From a7516fc724655d2610814bb2c5b8f92c562a040e Mon Sep 17 00:00:00 2001 From: Matthias Bernt Date: Tue, 29 Aug 2023 13:01:02 +0200 Subject: [PATCH] remove xml remnant in sample yml job conf --- lib/galaxy/config/sample/job_conf.sample.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/galaxy/config/sample/job_conf.sample.yml b/lib/galaxy/config/sample/job_conf.sample.yml index 715d56a730fd..b556404d5c29 100644 --- a/lib/galaxy/config/sample/job_conf.sample.yml +++ b/lib/galaxy/config/sample/job_conf.sample.yml @@ -571,7 +571,7 @@ execution: # This doesn't work in Singularity because if any parent directory is mounted as ro # none of its children will be rw. So the job directory will be mounted rw for # Singularity. - #singularity_volumes: $defaults,/mnt/galaxyData/libraries:ro,/mnt/galaxyData/indices:ro + #singularity_volumes: $defaults,/mnt/galaxyData/libraries:ro,/mnt/galaxyData/indices:ro # You can configure singularity to run using sudo - this probably should not # be set and may be removed in the future.