Skip to content

Add Kallisto, Minimap2 and HISAT2 modules#7

Merged
leandrotiburske merged 2 commits intodevfrom
feat/new-modules
Dec 5, 2025
Merged

Add Kallisto, Minimap2 and HISAT2 modules#7
leandrotiburske merged 2 commits intodevfrom
feat/new-modules

Conversation

@leandrotiburske
Copy link
Collaborator

PR checklist

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added a new tool - have you followed the pipeline conventions in the contribution docs
  • Make sure your code lints (nf-core pipelines lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Check for unexpected warnings in debug mode (nextflow run . -profile debug,test,docker --outdir <OUTDIR>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

@github-actions
Copy link

github-actions bot commented Dec 4, 2025

nf-core pipelines lint overall result: Passed ✅ ⚠️

Posted for pipeline commit f23f9da

+| ✅ 162 tests passed       |+
#| ❔  25 tests were ignored |#
!| ❗   8 tests had warnings |!
Details

❗ Test warnings:

  • nextflow_config - Config manifest.version should end in dev: 3.4.1
  • readme - README contains the placeholder zenodo.XXXXXXX. This should be replaced with the zenodo doi (after the first release).
  • schema_lint - Input mimetype is missing or empty
  • schema_description - No description provided in schema for parameter: genome_version_name
  • schema_description - No description provided in schema for parameter: base_dir
  • schema_description - No description provided in schema for parameter: current_config_file
  • schema_description - No description provided in schema for parameter: gtf
  • schema_description - No description provided in schema for parameter: input

❔ Tests ignored:

  • files_exist - File is ignored: conf/igenomes.config
  • files_exist - File is ignored: conf/igenomes_ignored.config
  • files_exist - File is ignored: CODE_OF_CONDUCT.md
  • files_exist - File is ignored: assets/nf-core-genomeprep_logo_light.png
  • files_exist - File is ignored: docs/images/nf-core-genomeprep_logo_light.png
  • files_exist - File is ignored: docs/images/nf-core-genomeprep_logo_dark.png
  • files_exist - File is ignored: .github/ISSUE_TEMPLATE/config.yml
  • files_exist - File is ignored: .github/workflows/awstest.yml
  • files_exist - File is ignored: .github/workflows/awsfulltest.yml
  • files_exist - File is ignored: assets/multiqc_config.yml
  • nextflow_config - Config variable ignored: manifest.name
  • nextflow_config - Config variable ignored: manifest.homePage
  • files_unchanged - File ignored due to lint config: CODE_OF_CONDUCT.md
  • files_unchanged - File ignored due to lint config: .github/CONTRIBUTING.md
  • files_unchanged - File ignored due to lint config: .github/ISSUE_TEMPLATE/bug_report.yml
  • files_unchanged - File does not exist: .github/ISSUE_TEMPLATE/config.yml
  • files_unchanged - File ignored due to lint config: .github/PULL_REQUEST_TEMPLATE.md
  • files_unchanged - File ignored due to lint config: assets/email_template.txt
  • files_unchanged - File ignored due to lint config: assets/sendmail_template.txt
  • files_unchanged - File ignored due to lint config: assets/nf-core-genomeprep_logo_light.png
  • files_unchanged - File ignored due to lint config: docs/images/nf-core-genomeprep_logo_light.png
  • files_unchanged - File ignored due to lint config: docs/images/nf-core-genomeprep_logo_dark.png
  • files_unchanged - File ignored due to lint config: docs/README.md
  • actions_awstest - 'awstest.yml' workflow not found: /home/runner/work/genomeprep/genomeprep/.github/workflows/awstest.yml
  • multiqc_config - multiqc_config

✅ Tests passed:

Run details

  • nf-core/tools version 3.5.1
  • Run at 2025-12-04 16:05:33

@leandrotiburske
Copy link
Collaborator Author

Hi @matbonfanti ,

I added the Kallisto and HISAT2 modules for Karla's pipeline and Minimap2 for Nanopore. I had to ignore Kallisto's MD5 because it changes with each run

@matbonfanti
Copy link
Member

Thanks!

I had a look at this kallisto issue and found this discussion: pachterlab/kallisto#127
which discuss the fact that index formats are not guaranteed to be consistent across different kallisto versions. This could be a serious problem... I hope that kallisto is able to detect incompatible index formats and provide a clear error message...

Let’s see how things work in practice. If it becomes too unreliable, we might need to consider dropping kallisto from the genomeprep pipeline altogether.

Copy link
Member

@matbonfanti matbonfanti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@leandrotiburske leandrotiburske merged commit 440abad into dev Dec 5, 2025
7 checks passed
@leandrotiburske leandrotiburske deleted the feat/new-modules branch December 5, 2025 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants