From a3291f062eb6bb1fc76fb73b3b81fc6e2041bff6 Mon Sep 17 00:00:00 2001 From: Denys SAVCHENKO Date: Thu, 9 Nov 2023 13:58:00 +0100 Subject: [PATCH] comment about galaxyxml package --- nb2workflow/galaxy.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nb2workflow/galaxy.py b/nb2workflow/galaxy.py index 8c3c52f4..6040ef3c 100644 --- a/nb2workflow/galaxy.py +++ b/nb2workflow/galaxy.py @@ -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':