Skip to content
Snippets Groups Projects

Release v2.1.0

Merged Loraine Gueguen requested to merge dev into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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"]
Loading