nextflow
nextflow copied to clipboard
error message of azcopy is no longer hidden
~When azcopy failed due to resource constraints, it hid the error message making it hard to debug and raising a new error in it's place. This PR refactors the bash for nxf_az_download to handle the error better and surface it back to Nextflow where it can be handled by an errorStrategy.~
turns out, if you just replace azcopy cp with azcopy sync --recursive it works fine 🤷 , I tested it with nf-core/rnaseq and it worked:
make pack && ./build/releases/nextflow-25.05.0-edge-dist run nf-core/rnaseq -r 3.19.0 -profile test --outdir results -c azure.config -w az://work/
This feels like it's too easy.
Deploy Preview for nextflow-docs-staging canceled.
| Name | Link |
|---|---|
| Latest commit | f6c4d34489166cb9140d88b27cfbbd908845260b |
| Latest deploy log | https://app.netlify.com/projects/nextflow-docs-staging/deploys/689de55e44c40f0008e24c0e |