hexylena / galaxyxml

XML Generation libraries for Galaxy Tool/ToolDeps XML
Apache License 2.0
6 stars 5 forks source link

Init tool help attribute #36

Open bernt-matthias opened 1 year ago

bernt-matthias commented 1 year ago

Maybe to "" or "TODO"?

Otherwise

Traceback (most recent call last):
  File "/home/berntm/projects/mb-galaxy-tools/tools/saqc/gen.py", line 59, in <module>
    print(tool.export())
  File "/home/berntm/projects/mb-galaxy-tools/tools/saqc/.venv/lib/python3.10/site-packages/galaxyxml/tool/__init__.py", line 201, in export
    help_element.text = etree.CDATA(export_xml.help)
AttributeError: 'Tool' object has no attribute 'help'
hexylena commented 1 year ago

makes sense to me. TODO sounds good