changeset 114:e0cf315853cf draft

Uploaded
author fubar
date Wed, 02 Dec 2020 04:16:48 +0000
parents 6873c211b250
children bf7b4b603bf9
files toolfactory/rgToolFactory2.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/toolfactory/rgToolFactory2.py	Tue Dec 01 09:03:34 2020 +0000
+++ b/toolfactory/rgToolFactory2.py	Wed Dec 02 04:16:48 2020 +0000
@@ -760,7 +760,7 @@
         # will stop and destroy it when we are done
         container = client.containers.run(
             planemoimage,
-            "tail -f /galaxy-central/CITATION",
+            "sleep 120m",
             detach=True,
             user="biodocker",
             volumes={f"{tvolname}": {"bind": "/toolfactory", "mode": "rw"}},