diff init.py @ 2:3fc2116ac6d9 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:38 -0400
parents 256cc0e17454
children
line wrap: on
line diff
--- a/init.py	Wed Aug 07 10:50:29 2019 -0400
+++ b/init.py	Thu Aug 15 08:09:38 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'))