changeset 13:ca615c36f488 draft

planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/data_managers/data_manager_build_mob_suite_database/ commit ded3b42d8a746eac2973cc17826160e43ac11186-dirty
author dfornika
date Mon, 24 Jun 2019 13:39:36 -0400
parents 330ca21dddd9
children 5bb7917d691b
files data_manager/mob_suite_build_database.py
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/data_manager/mob_suite_build_database.py	Mon Jun 24 13:23:15 2019 -0400
+++ b/data_manager/mob_suite_build_database.py	Mon Jun 24 13:39:36 2019 -0400
@@ -10,6 +10,7 @@
 import string
 import subprocess
 import sys
+import time
 import uuid
 
 
@@ -34,6 +35,10 @@
     ]
 
     print(json.dumps(mob_cluster_args))
+
+    print("Sleeping for 20s")
+    time.sleep(20)
+    print("Sleep ending")
     
     subprocess.check_call(['mob_cluster'] + mob_cluster_args_list, cwd=target_directory)