Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
avikdatta committed Nov 16, 2023
1 parent bf093e6 commit b6a3f94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ timeline {
singularity {
autoMounts = true
cacheDir = "$NEXTFLOW_SINGULARITY_CACHE_DIR"
runOptions = "--env _JAVA_OPTIONS='-XX:ParallelGCThreads=1' -B {{ DIR_LIST }},$EPHEMERAL,$EPHEMERAL:/tmp,$EPHEMERAL:/var/tmp"
runOptions = "--env _JAVA_OPTIONS='-XX:ParallelGCThreads=1' -B {{ DIR_LIST }},$EPHEMERAL,$VEP_CACHE_DIR,$SNPEFF_CACHE_DIR,$EPHEMERAL:/tmp,$EPHEMERAL:/var/tmp"
}

conda {
Expand Down

0 comments on commit b6a3f94

Please sign in to comment.