Mercurial > repos > galaxyp > maxquant
diff test_mqparam.py @ 9:37d669de2828 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:24:41 +0000 |
parents | dcd39bcc7481 |
children |
line wrap: on
line diff
--- a/test_mqparam.py Wed Jun 03 15:32:53 2020 -0400 +++ b/test_mqparam.py Fri Feb 19 21:24:41 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'