Skip to content
Snippets Groups Projects
Commit 27a38c61 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #9682: Put feedback and parsets in /data/parsets to allow the...

Task #9682: Put feedback and parsets in /data/parsets to allow the get_metadata step to rerun succesfully
parent b0f6526a
No related branches found
No related tags found
No related merge requests found
...@@ -510,7 +510,7 @@ runcmd docker run --rm --net=host \ ...@@ -510,7 +510,7 @@ runcmd docker run --rm --net=host \
-e SLURM_JOB_ID=$SLURM_JOB_ID \ -e SLURM_JOB_ID=$SLURM_JOB_ID \
-v /data:/data \ -v /data:/data \
{image} \ {image} \
runPipeline.sh -o {obsid} -c /opt/lofar/share/pipeline/pipeline.cfg.{cluster} runPipeline.sh -o {obsid} -c /opt/lofar/share/pipeline/pipeline.cfg.{cluster} -P {parset_dir}
RESULT=$? RESULT=$?
...@@ -543,6 +543,7 @@ exit $RESULT ...@@ -543,6 +543,7 @@ exit $RESULT
""".format( """.format(
lofarenv = os.environ.get("LOFARENV", ""), lofarenv = os.environ.get("LOFARENV", ""),
obsid = otdbId, obsid = otdbId,
parset_dir = "/data/parsets",
repository = parset.dockerRepository(), repository = parset.dockerRepository(),
image = parset.dockerImage(), image = parset.dockerImage(),
cluster = parset.processingCluster(), cluster = parset.processingCluster(),
......
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