1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 16:29:55 +00:00

Merge pull request #83 from nf-core/cfc_new_singularity_test

Update Singularity to 3.4.2 on CFC
This commit is contained in:
Alexander Peltzer 2019-11-11 13:55:01 +01:00 committed by GitHub
commit e66ca6f670
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ singularity {
} }
process { process {
beforeScript = 'module load qbic/singularity_slurm/3.0.3' beforeScript = 'module load devel/singularity/3.4.2'
executor = 'slurm' executor = 'slurm'
} }