Closed muffato closed 10 months ago
nf-core lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit e5bb165
+| ✅ 132 tests passed |+
#| ❔ 20 tests were ignored |#
!| ❗ 1 tests had warnings |!
Probably we don't need use_work_dir_as_temp
to be true for test
profile when running on the farm.
Manually triggered both Sanger Github workflows and we can see use_work_dir_as_temp = true
in the parameters file now, previously for the failed job use_work_dir_as_temp = false
.
I manually trigger the full test on the farm again and hope this time it will succeed even if with use_work_dir_as_temp = false
.
Otherwise, we only have half results on the pipeline webpages: https://pipelines.tol.sanger.ac.uk/genomenote/results#genomenote/results-81c53c6657c377c7d6b7a11085779a8a4d67839e/
The readmapping release run is fine. https://pipelines.tol.sanger.ac.uk/readmapping/results#readmapping/results-91efc18ea1c3d504f75502af47e83f630e0b48d5/
I manually trigger the full test on the farm again and hope this time it will succeed even if with
use_work_dir_as_temp = false
. The run succeeded this time. https://tower.nf/orgs/sanger-tol/workspaces/github-ci/watch/4PYhtmuWyfgplGOtherwise, we only have half results on the pipeline webpages: https://pipelines.tol.sanger.ac.uk/genomenote/results#genomenote/results-81c53c6657c377c7d6b7a11085779a8a4d67839e/
Hope the results will be updated tomorrow.
I'm not 100% sure it's what caused the issue with
/tmp
yesterday, but it's definitely something that I forgot to set.What do you think of the implementation ?
conf/test_full.config
because this config file is already Sanger-specific.github/workflows/sanger_test_full.yml
.github/workflows/sanger_test.yml
because this one is using the "test" profileuse_work_dir_as_temp
to them. Also, the data are small enough that is shouldn't matter on the farmPR 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).