Mercurial > repos > galaxyp > maxquant
diff mqparam.py @ 8:55f8e3f91e0b draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant commit 5e4f8567c0145de8c6f9344fe4ee4c3bf2a81e59"
| author | galaxyp |
|---|---|
| date | Fri, 19 Feb 2021 21:23:33 +0000 |
| parents | f2f79f0be7d1 |
| children |
line wrap: on
line diff
--- a/mqparam.py Wed Jun 03 19:32:21 2020 +0000 +++ b/mqparam.py Fri Feb 19 21:23:33 2021 +0000 @@ -6,11 +6,12 @@ import ntpath import os import re -import yaml import xml.etree.ElementTree as ET from itertools import zip_longest from xml.dom import minidom +import yaml + def et_add_child(el, name, text, attrib=None): "Add a child element to an xml.etree.ElementTree.Element"
