Skip to content
Snippets Groups Projects

Build first draft of the fix for the module error encountered.

Merged Felix Perez requested to merge fpwork into main
Compare and
3 files
+ 7
5
Preferences
File browser
Compare changes
/*
singularity {
enabled = true
runOptions = ''
@@ -13,7 +14,7 @@ singularity {
cacheDir = "$baseDir/images/singularity" // Singularity images specified in `workflow_containers` of astrocyte_pkg.yml will be saved to
// this folder automatically, before running the workflow. The images will be renamed as
// "NAME-TAG.img", e.g. ubuntu-latest.img, centos-centos8.img, r-4.1.1.img, etc.
}
}*/
process {
executor = 'slurm'