diff --git a/gga_run_workflow_phaeo_blast_interpro.py b/gga_run_workflow_phaeo_blast_interpro.py index 30579fc2a24577848abc933b1d3c9de7cf059fd0..586139054286b89f40ef2fba28df3f12d1b9efbf 100644 --- a/gga_run_workflow_phaeo_blast_interpro.py +++ b/gga_run_workflow_phaeo_blast_interpro.py @@ -298,8 +298,8 @@ class RunWorkflowBlastInterpro(gga_run_workflow_phaeo.RunWorkflow): blastp_ldda_id = ldda_id elif ldda_name.endswith(self.blastx_filename): blastx_ldda_id = ldda_id - - hda_list = self.instance.datasets.get_datasets(self.history_id) + + hda_list = self.instance.datasets.get_datasets() # Finding datasets in history (matching datasets names) for hda in hda_list: hda_name = hda["name"] diff --git a/utilities_bioblend.py b/utilities_bioblend.py index 4e000d1991d0be85738bb4ca13b6fa2c8ad17634..e91830823240308b96ed1a7926d82ee3c78f8f5a 100644 --- a/utilities_bioblend.py +++ b/utilities_bioblend.py @@ -150,6 +150,7 @@ def install_repository_revision(instance, tool_id, version, changeset_revision): install_repository_dependencies=False, install_resolver_dependencies=True) + def install_workflow_tools(instance, workflow_path): """ Read a .ga file to extract the information about the different tools called.