Skip to content
Snippets Groups Projects
Commit 9d46adbd authored by Loraine Gueguen's avatar Loraine Gueguen
Browse files

fix get_datasets

parent 5647aad8
No related branches found
No related tags found
2 merge requests!24Run wf,!18Release v2.1.0
......@@ -227,7 +227,7 @@ class RunWorkflowJbrowse(runWorkflowPhaeo.RunWorkflow):
elif ldda_name.endswith(self.gff_filename):
gff_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"]
......
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