Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GHA use shared singularity cache (#3738)
* Add Singularity cachedir for reducing storage footprint * Use runner temp directory for reducing storage footprint * Add default NXF directories for reducing memory footprint * Replace variable with env because GHA scoping * Add some fake stuff for triggering tests * Remove working dir stuff. * Create singularity dirs * fixup * Add more fake testing criteria * Replace parabricks weird cp stuff with stageInMode directive * parabricks/fq2bam: Replace copy in parabricks with stageInMode The parabricks/fq2bam module had hard copies from the previous working dir to the local working directory to remove the affect of symlinks. However, this will fail on a number of cases therefore this commit replaces them with the stageInDirective of Nextflow. * Revert deepvariant to nf-core image * Revert "parabricks/fq2bam: Replace copy in parabricks with stageInMode" This reverts commit f94d971. * Revert "Replace parabricks weird cp stuff with stageInMode directive" This reverts commit 44ed12a. * Remove fake stuff from parabricks/fq2bam * Ignore Singularity cache for uploading output(s) * Fixup
- Loading branch information