-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds FASTQE for summarising FASTQ scores as emojis #66
base: dev
Are you sure you want to change the base?
Conversation
|
workflows/seqinspector.nf
Outdated
ch_multiqc_files = Channel.empty() | ||
ch_multiqc_extra_files = Channel.empty() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why the extra spaces?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh alignment. My editor is still messed up. Can you put it back please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😍🚀🙏🍹
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
nf-core lint
).nf-test test main.nf.test -profile test,docker
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).