Closed LilyAnderssonLee closed 1 year ago
nf-core lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit 5a1999c
+| ✅ 156 tests passed |+
!| ❗ 2 tests had warnings |!
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.
You are right. Only two samples were processed by SAMTOOLS_STATS by the new code.
reference_channel = Channel.fromPath(reference)
SAMTOOLS_STATS(bam_bai, reference_channel.map { refPath -> [[:], refPath] })
Outputs in the samtools/stats folder:
Here are the outputs based on original module.
So we still need to fix this.
@LilyAnderssonLee I just ran the command based on https://github.com/nf-core/taxprofiler/pull/372/commits/34960d6b46410c64f31d28df4b0635d0becb38d2
And this works as expected for me? I do not get any error, and all the expected stats
output files are there?
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.
The code I used was:
nextflow run ../taxprofiler_dev/main.nf -profile test_noprofiling,singularity --outdir ./test_run_samtools_stats_new
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).