An error occurred while fetching the assigned milestone of the selected merge_request.
Containerize the astrocyte_example_chipseq workflow
2 unresolved threads
2 unresolved threads
Merge request reports
Activity
Filter activity
changed this file in version 2 of the diff
6 cacheDir = "$baseDir/images/singularity" // Singularity images specified in `workflow_containers` of astrocyte_pkg.yml will be saved to 7 // this folder automatically, before running the workflow. The images will be renamed as 8 // "NAME-TAG.img", e.g. ubuntu-latest.img, centos-centos8.img, r-4.1.1.img, etc. 9 } 10 1 11 process { 2 12 executor = 'slurm' 3 13 queue = 'super' 4 14 time = '72h' 5 15 maxforks = 4 6 } 16 clusterOptions = '--hold' 17 beforeScript= 'ulimit -Ss unlimited' 18 19 withName: bwa_aln { 20 container = 'docker://git.biohpc.swmed.edu:5050/s219741/astrocyte_example_chipseq/exchipseq:0.0.1' changed this line in version 2 of the diff
added 1 commit
- 8175fabf - Rename recipefile and update container registry.
mentioned in commit 1aee0d42