diff 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 d253b379322b
children
line wrap: on
line diff
--- a/mqparam.py	Wed Jun 03 15:32:53 2020 -0400
+++ b/mqparam.py	Fri Feb 19 21:24:41 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"