Closed atrigila closed 2 months ago
nf-core lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit 5d39fc9
+| ✅ 217 tests passed |+
#| ❔ 1 tests were ignored |#
!| ❗ 3 tests had warnings |!
Some tests are failing (and will be updated) because the new module changed the way of naming the samples in the mirtrace files. Originally, it used the name of the file e.g.https://github.com/nf-core/test-datasets/raw/smrnaseq/testdata/trimmed/small_Clone1_N1.fastp.fastq.gz
while it now uses the sample id from the samplesheet which is more appropriate.
original naming:
current naming:
Fixes #419
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).