Skip to content

Add kraken2 phylogenetic assignment subworkflow#47

Closed
ctuni wants to merge 250 commits intonf-core:devfrom
ctuni:feature/kraken2
Closed

Add kraken2 phylogenetic assignment subworkflow#47
ctuni wants to merge 250 commits intonf-core:devfrom
ctuni:feature/kraken2

Conversation

@ctuni
Copy link
Copy Markdown
Contributor

@ctuni ctuni commented Oct 28, 2024

Added a subworkflow for a "phylogenetic QC" that does kraken2 assignment for each sample and then plots them on an interactive krona plot. I have not added the kraken2 reports to multiqc, this should be the next step.

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
  • If necessary, also make a PR on the nf-core/seqinspector branch on the nf-core/test-datasets repository.
  • Make sure your code lints (nf-core lint).
  • Ensure the test suite passes (nf-test test main.nf.test -profile test,docker).
  • 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).

mahesh-panchal and others added 30 commits March 19, 2024 10:09
Co-authored-by: Adrien Coulier <adrien.coulier@medsci.uu.se>
Co-authored-by: Karthik Nair <35717861+KarNair@users.noreply.github.com>
Issue with the previous implementation was that sometimes
MULTIQC_PER_LANE would execute before the extra files were collected
into `ch_multiqc_extra_files`, causing `null` to be added to the list of
files passed to multiqc.
Important! Template update for nf-core/tools v2.14.1
Aratz and others added 20 commits January 9, 2025 16:06
Co-authored-by: Júlia Mir Pedrol <mirp.julia@gmail.com>
Co-authored-by: Júlia Mir Pedrol <mirp.julia@gmail.com>
Co-authored-by: Júlia Mir Pedrol <mirp.julia@gmail.com>
Co-authored-by: Júlia Mir Pedrol <mirp.julia@gmail.com>
….2.dev0

Important! Template update for nf-core/tools v3.1.2.dev0
Add skip tools parameter for tool selection
Important! Template update for nf-core/tools v3.2.0
@maxulysse
Copy link
Copy Markdown
Member

Closing in favor of #210

@maxulysse maxulysse closed this Mar 13, 2026
@github-project-automation github-project-automation Bot moved this from In Progress to Done in seqinspector project board Mar 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

add kraken2 to seqinspector