-
Notifications
You must be signed in to change notification settings - Fork 11
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
fix: conda environments #90
Conversation
|
At some point we should move to the nf-core modules repo versions of the fgbio modules that are in there (i.e. the ones that aren't a combination of two subtools. Not sure why the |
fix: allow non-gzipped fastq input
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.
I've just added patch diff files by running nf-core modules patch
on each module - these will ensure that the changes to the environment will remain if we update the modules from nf-core.
| Module | Previous SHA | New SHA | | ||
| -------------- | ------------ | ------- | | ||
| bwa/index | e0ff65e | 6666521 | | ||
| fastqc | b49b899 | 6666521 | | ||
| fgbio/sortbam | 2fc7438 | bc6d86f | | ||
| multiqc | fe9614c | cf17ca4 | | ||
| samtools/dict | 3c8fd07 | b13f07b | | ||
| samtools/faidx | 04fbbc7 | b13f07b | | ||
| samtools/merge | 04fbbc7 | b13f07b | |
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.
Where are these SHAs coming from?
I'd be happy with the table above.
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.
nf-core modules list local
Looks like It's specifically the "----" line in the samtools diffs. |
Also includes #93
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).