Skip to content

Conversation

@ctuni
Copy link
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
adamrtalbot and others added 28 commits December 19, 2024 11:20
…re_than_1_fastq_file

Patch fastqscreen to handle multiple input FASTQ files
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
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.

add kraken2 to seqinspector