Skip to content
Snippets Groups Projects
Verified Commit f6921da8 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

in2p3 test: fix beforeScript config

parent b6101c65
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ profiles {
singularity.autoMounts = true
process{
withName: index_fasta {
beforeScript = "export SINGULARITY_BIND="/sps,/scratch:/var/singularity/mnt/""
beforeScript = "export SINGULARITY_BIND=\"/sps,/scratch:/var/singularity/mnt/\""
container = "/sps/lbmc/common/singularity/kallisto:0.44.0.img"
scratch = true
stageInMode = "copy"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment