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

UrQt: update singularity path

parent 3dc1c869
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ profiles { ...@@ -14,7 +14,7 @@ profiles {
process { process {
withName: trimming { withName: trimming {
cpus = 4 cpus = 4
container = "file:///bin/UrQt:d62c1f8.sif" container = "file://bin/UrQt:d62c1f8.sif"
} }
} }
} }
......
...@@ -13,7 +13,7 @@ profiles { ...@@ -13,7 +13,7 @@ profiles {
singularity.enabled = true singularity.enabled = true
process { process {
withName: trimming { withName: trimming {
container = "file:///bin/UrQt:d62c1f8.sif" container = "file://bin/UrQt:d62c1f8.sif"
cpus = 4 cpus = 4
} }
} }
......
#/bin/sh #/bin/sh
sudo singularity build --force /bin/UrQt:d62c1f8.sif src/singularity_modules/UrQt/d62c1f8/UrQt.def sudo singularity build --force bin/UrQt:d62c1f8.sif src/singularity_modules/UrQt/d62c1f8/UrQt.def
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