Skip to content

Comments

Adds FASTQE for summarising FASTQ scores as emojis#66

Open
adamrtalbot wants to merge 158 commits intonf-core:devfrom
adamrtalbot:add_fastqe_module
Open

Adds FASTQE for summarising FASTQ scores as emojis#66
adamrtalbot wants to merge 158 commits intonf-core:devfrom
adamrtalbot:add_fastqe_module

Conversation

@adamrtalbot
Copy link
Contributor

@adamrtalbot adamrtalbot commented Nov 1, 2024

Adds FASTQE for summarising sequencing data in a user friendly format. Integrates it into the MultiQC channel so when MultiQC is updated it will add the data automatically. See here: MultiQC/MultiQC#2945

Struggling to run it locally so the tests might need to be updated.

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
kedhammar and others added 27 commits November 7, 2024 12:03
…o try to limit the scope of nf-test to the tests/ dir
… basename of reference / index files therein
Add FastQ-Screen database multiplexing
@nf-core-bot
Copy link
Member

Warning

Newer version of the nf-core template is available.

Your pipeline is using an old version of the nf-core template: 3.0.2.
Please update your pipeline to the latest version.

For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation.

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.