Closed BethYates closed 1 year ago
nf-core lint
overall result: Failed :x:Posted for pipeline commit 7dcae00
+| ✅ 134 tests passed |+
!| ❗ 7 tests had warnings |!
-| ❌ 16 tests failed |-
- Can you add
version
statements in both the subworkflow andworkflow/test.nf
?- What command do you use for testing?
Version statements have been added. To test I use " nextflow run . -profile sanger,test,singularity"
How are you using test
and sanger
together? The reason I am asking is because test
overrides the max sanger
resources by default.
Added new module as part of the genome_metadata.nf sub workflow to parse an ENA assembly report XML file and output required parameter-value pairs to a csv file. A module still to be written will combine these paramter-values with those from other sources to provide a comprehensive genome meta-data set
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).