Conversation
Fixes for `visium_hd` on S3
|
Hi @mashehu and @kenibrewer, |
mashehu
left a comment
There was a problem hiding this comment.
Great job! Thanks for all your patience with all the back and forth, but this is looking very nice now!
|
Awesome, thanks a lot @mashehu for the detailed review, I also think it looks much better now 😊 |
|
aws_fulltest is failing... I am investigating it |
|
working for now |
|
and it failed https://cloud.seqera.io/orgs/nf-core/workspaces/AWSmegatests/watch/3ISZkqZrFqbEal/logs (let me know if you can't access this) |
|
No, I received an |
|
Thanks, I now have access! Does it also need a snapshot, or is it only checking that it runs successfully? |
|
it only tests a successful run (that will then be rendered on the website) |
New release PR after recent updates (moving processes to modules, and using
-params-fileinstead of--configfile).The conda tests are broken for two profiles because some processes require the installation of a specific command-line tool. It works well using docker or singularity though. Do you know how I could fix this? Or maybe prevent using conda for some specific profiles (e.g., baysor and proseg).
EDIT: actually, there is also an issue with singularity on
test_cellpose. This is due to a permission issue to write in the HOME directory. The lines below fixed the issue for Docker, but apparently not for Singularity...withName: PATCH_SEGMENTATION_CELLPOSE { containerOptions = '' }Happy to hear from your review @mashehu @kenibrewer!
PR checklist
nf-core pipelines lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).