Skip to content

Commit

Permalink
comment about galaxyxml package
Browse files Browse the repository at this point in the history
  • Loading branch information
dsavchenko committed Nov 9, 2023
1 parent 6180797 commit a3291f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nb2workflow/galaxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ def from_inspect(cls, par_details, ontology_path):
allowed_values=allowed_values)

def to_xml_tree(self):

# TODO: consider using https://github.com/hexylena/galaxyxml

attrs = {'name': self.name,
'type': self.partype}
if self.default_value is not None and self.partype != 'select':
Expand Down

0 comments on commit a3291f0

Please sign in to comment.