Closed BethYates closed 1 year ago
Re. the "nf-core linting / nf-core" CI error, bump python-version
in .github/workflows/linting.yml
to 3.7 as in the BlobToolKit pipeline, and that should work
nf-core lint
overall result: Failed :x:Posted for pipeline commit 2cce086
+| ✅ 134 tests passed |+
!| ❗ 7 tests had warnings |!
-| ❌ 16 tests failed |-
I've created a basic subworkflow that will fetch meta data for a genome assembly and process it for inclusion in a genome note. Currently this subworkflow runs a single module 'run_wget' that takes a list of urls and fetches the related data using a wget command. To run this subworkflow I've created a couple of temporary files /test.nf and workflows/test.nf these will be deleted when the subworkflow is integrated into the main pipeline.
To run the code I've been using the command
nextflow run test.nf -profile sanger,test,singularity
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).