hexylena / galaxyxml

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

Add method to add comment(s) to the generated xml #9

Closed khillion closed 7 years ago

khillion commented 7 years ago

Dear Eric,

Here is a pull request to add a method to be able to comment the xml generated via galaxyxml. For instance, this can be pretty useful to keep tracks on the version of galaxyxml used for the generation.

Thank you, Kenzo

hexylena commented 7 years ago

Hi @khillion,

Thanks for the contribution! Would you mind updating the test data with the new change to example.py? Running something like the following will allow travis to build successfully:

python examples/example.py | xmllint --pretty 1 - > examples/tool.xml

If not, I'll get to it sometime soon.

khillion commented 7 years ago

Hi @erasche,

No problem, it should be fixed by now.