-
Notifications
You must be signed in to change notification settings - Fork 34
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
Update modules #512
Update modules #512
Conversation
1.1.8 Patch Release
|
To summarise the issue:
@LilyAnderssonLee and my current thinking:
|
ganon_log.zip |
|
…branch and thus not passed into the right FASTA channels
All modules have been updated except for |
I had one last idea for motus/profile, so testing that otherwise yes we can skip that one for now Update: appears to be working now, just an MD5 checksum difference for conda for some reason |
Co-authored-by: Lili Andersson-Li <64467552+LilyAnderssonLee@users.noreply.github.com>
Fix nanopore fasta input being incorrectly channeled
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.
Shall it be documented in the usage that Nanoq is going to be the default option if a user chooses filtering?
Co-authored-by: Sofia Stamouli <91951607+sofstam@users.noreply.github.com>
@LilyAnderssonLee I think we want unique file names for ALL types of files (fastq/fasta) etc! |
@nf-core-bot fix linting |
Initially, I thought it wasn't necessary since, for FASTQ files, the reads channel from preprocessing or host removal is defined as |
You're right it's not so bad after the first couple of steps as indeed we come up with our own names. But for the initial steps it might be safer, and also (now I think about it) , it would help prevent any copy pasting errors when creating the samplesheet too so I think it would be worth it :). If someone has the exact same file name for different samples or libraries on their system, this is dangerous for them too so we can nudge them to also be more careful with that 😬 |
Close #403
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).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).