-
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 #372
Update modules #372
Conversation
|
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.
LGTM if tests are passing and we get all the expected output!
Only changes to check is that when converting reference
to a channel in the two hostremoval workflows that the reference isn't being consumed after the first sample.
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
@LilyAnderssonLee I just ran the command based on 34960d6 And this works as expected for me? I do not get any error, and all the expected What command did you use to run? nextflow run ../main.nf -profile singularity,test_noprofiling --outdir ./results --input samplesheet_local.csv --databases database_v1.1_local.csv --run_diamond |
Yes, it also worked for me, and the output files were correct. The only concern was the use of underscore. I thought the use of 'underscore' is not so beautiful and try to find an alternative approach instead of using underscores. |
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.
Samtools stats/view channel fixed and independently verified 👍
PR checklist
nf-core lint
).nextflow run . -profile 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).