Mercurial > repos > galaxyp > maxquant
diff test_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 | 009693badefc |
children |
line wrap: on
line diff
--- a/test_mqparam.py Wed Jun 03 19:32:21 2020 +0000 +++ b/test_mqparam.py Fri Feb 19 21:23:33 2021 +0000 @@ -2,8 +2,9 @@ create a new parameter file using '<MAXQUANT_CMD> -c ./mqpar.xml' """ +import xml.etree.ElementTree as ET + import pytest -import xml.etree.ElementTree as ET from mqparam import MQParam, ParamGroup TEMPLATE_PATH = './test-data/template.xml'