1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-10 20:13:09 +00:00

Added indicator for testing

This commit is contained in:
Rogan Grant 2021-07-28 14:01:12 -05:00
parent 09ed4d54b9
commit 3dd4f16d09

View file

@ -20,7 +20,7 @@ singularity
process
{
beforeScript = 'module purge; module load singularity/latest; module load graphviz/2.40.1'
beforeScript = 'echo "loading modules"; module purge; module load singularity/latest; module load graphviz/2.40.1'
executor = 'slurm'
}