Closed muffato closed 12 months ago
The last two full tests failed (1 and 2) because of the change I introduced in https://github.com/sanger-tol/genomenote/commit/f8d596515c740b9f7f3f45805e6c5536988cad5f
This PR seems to be fixing the issue, though I had to disable other parts of the pipeline that are failing, e.g.
Process `SANGERTOL_GENOMENOTE:GENOMENOTE:GENOME_STATISTICS:SUMMARYSEQUENCE (GCA_934047225.1)` terminated with an error exit status (1) Command executed: datasets \ summary \ genome \ accession \ GCA_934047225.1 \ --report sequence \ > GCA_934047225.1_sequence.json (...) Command error: Error: No accessions match current filters
nf-core lint
nextflow run . -profile test,docker --outdir <OUTDIR>
docs/usage.md
docs/output.md
CHANGELOG.md
README.md
Posted for pipeline commit 6826416
+| ✅ 132 tests passed |+ #| ❔ 20 tests were ignored |# !| ❗ 1 tests had warnings |!
The last two full tests failed (1 and 2) because of the change I introduced in https://github.com/sanger-tol/genomenote/commit/f8d596515c740b9f7f3f45805e6c5536988cad5f
This PR seems to be fixing the issue, though I had to disable other parts of the pipeline that are failing, e.g.
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).