# HG changeset patch # User sanbi-uwc # Date 1465906915 14400 # Node ID 7d09e08d7580aa606d2c2c7ba011cca3a85cd50d # Parent 4cc08d9558ccd36721f4c0bef8b8ec5bba730b83 planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc.git commit e6b888547e23ed320b986aa61f4009ef4052f97f diff -r 4cc08d9558cc -r 7d09e08d7580 build_ctb_gene.py --- 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(), diff -r 4cc08d9558cc -r 7d09e08d7580 build_ctb_gene.xml --- a/build_ctb_gene.xml Tue Jun 14 07:53:59 2016 -0400 +++ b/build_ctb_gene.xml Tue Jun 14 08:21:55 2016 -0400 @@ -1,5 +1,5 @@ - + goget