Skip to content
Snippets Groups Projects
Commit 94aea60b authored by Arthur Le Bars's avatar Arthur Le Bars
Browse files

galaxy tool version change

parent 8832d668
No related branches found
No related tags found
1 merge request!1Release 1.0
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
...@@ -95,7 +95,7 @@ class LoadData(speciesData.SpeciesData): ...@@ -95,7 +95,7 @@ class LoadData(speciesData.SpeciesData):
sapiens_id = str( sapiens_id = str(
get_sapiens_id_final_output["organism_id"]) # needs to be str to be recognized by the chado tool get_sapiens_id_final_output["organism_id"]) # needs to be str to be recognized by the chado tool
self.instance.tools.run_tool( self.instance.tools.run_tool(
tool_id="toolshed.g2.bx.psu.edu/repos/gga/chado_organism_delete_organisms/organism_delete_organisms/2.3.3", tool_id="toolshed.g2.bx.psu.edu/repos/gga/chado_organism_delete_organisms/organism_delete_organisms/2.3.4+galaxy0",
history_id=self.history_id, history_id=self.history_id,
tool_inputs={"organism": str(sapiens_id)}) tool_inputs={"organism": str(sapiens_id)})
except bioblend.ConnectionError: except bioblend.ConnectionError:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment