Mercurial > repos > sanbi-uwc > build_ctb_gene
diff build_ctb_gene.py @ 42:7d09e08d7580 draft
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc.git commit e6b888547e23ed320b986aa61f4009ef4052f97f
author | sanbi-uwc |
---|---|
date | Tue, 14 Jun 2016 08:21:55 -0400 |
parents | 4cc08d9558cc |
children | 0b3c019182b6 |
line wrap: on
line diff
--- a/build_ctb_gene.py Tue Jun 14 07:53:59 2016 -0400 +++ b/build_ctb_gene.py Tue Jun 14 08:21:55 2016 -0400 @@ -96,7 +96,7 @@ except os.error as e: print("Error creating mount point {mount_point}: {error}".format(mount_point=self.mount_point, error=e.strerror)) - cmd_str = "docker run --rm -P -v {mount_point}:/data -e NEO4J_UID={uid} -e NEO4J_GID={gid} -e NEO4J_AUTH=none --name {name} thoba/neo4j_galaxy_ie".format( + cmd_str = "docker run --rm -P -v {mount_point}:/data -e NEO4J_UID={uid} -e NEO4J_GID={gid} -e NEO4J_AUTH=none --name {name} thoba/neo4j_galaxy_ie:latest".format( mount_point=self.mount_point, name=self.docker_instance_name, uid=os.getuid(),