mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Remove echo used for testing
This commit is contained in:
parent
3dd4f16d09
commit
ac11ca5568
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ singularity
|
||||||
|
|
||||||
process
|
process
|
||||||
{
|
{
|
||||||
beforeScript = 'echo "loading modules"; module purge; module load singularity/latest; module load graphviz/2.40.1'
|
beforeScript = 'module purge; module load singularity/latest; module load graphviz/2.40.1'
|
||||||
executor = 'slurm'
|
executor = 'slurm'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue