Closed atrigila closed 2 months ago
nf-core lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit 0fe1b2e
+| ✅ 217 tests passed |+
#| ❔ 1 tests were ignored |#
!| ❗ 3 tests had warnings |!
Adding an example here, on the left the original mirtrace contamination table with the last two columns corresponding to 2 samples. On the right, the new mirtrace table with one single column per sample.
Looks good to me - only thing is that we'd like to have a single joint TSV with all files but that's something we can likely do via channel logic and not within the module itself. Should also help with memory requirement 😉
Closes https://github.com/nf-core/smrnaseq/issues/410
The current implementation processes each sample separately and is faster. This changes the outputs in the mirtrace directory. Instead of having a single file with all the data, now we have a file per sample. The nf-test were updated because of this.
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).