Mercurial > repos > sanbi-uwc > build_ctb_gene
diff build_ctb_gene.py @ 44:ec4a77115963 draft
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc.git commit fc23167c78eac441d5cc38f54fc0e1077f9b4341
author | sanbi-uwc |
---|---|
date | Fri, 17 Jun 2016 04:58:27 -0400 |
parents | 0b3c019182b6 |
children | c41519f46131 |
line wrap: on
line diff
--- a/build_ctb_gene.py Tue Jun 14 09:09:17 2016 -0400 +++ b/build_ctb_gene.py Fri Jun 17 04:58:27 2016 -0400 @@ -119,7 +119,9 @@ # boot up a neo4j docker container ctb_gene_runner.docker_run() - + # wait for docker containter to be ready + time.sleep(30) + # get the port of the docker container cmd_str = "docker inspect --format='{{(index (index .NetworkSettings.Ports \"7474/tcp\") 0).HostPort}}' %s" % ctb_gene_runner.docker_instance_name