diff init.py @ 3:175e062b6a17 draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant commit 74b5aa29e49deaaebe19ce2355a70d4f570f4951"
author galaxyp
date Thu, 15 Aug 2019 08:09:00 -0400
parents 8bac3cc5c5de
children dcd39bcc7481
line wrap: on
line diff
--- a/init.py	Wed Aug 07 10:50:06 2019 -0400
+++ b/init.py	Thu Aug 15 08:09:00 2019 -0400
@@ -45,8 +45,7 @@
     standard_mods = []
     label_mods = []
     for m in mods:
-        if (m.findtext('type') == 'Standard'
-            or m.findtext('type') == 'AaSubstitution'):
+        if (m.findtext('type') == 'Standard' or m.findtext('type') == 'AaSubstitution'):
             standard_mods.append(m.get('title'))
         elif m.findtext('type') == 'Label':
             label_mods.append(m.get('title'))