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
......@@ -95,7 +95,7 @@ class LoadData(speciesData.SpeciesData):
sapiens_id = str(
get_sapiens_id_final_output["organism_id"]) # needs to be str to be recognized by the chado 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,
tool_inputs={"organism": str(sapiens_id)})
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