diff mqparam.py @ 7:d253b379322b draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant commit f63ff6d5d0c44012a17e87293811765951655bd5"
author galaxyp
date Mon, 01 Jun 2020 11:51:25 -0400
parents 2133b0be850a
children 37d669de2828
line wrap: on
line diff
--- a/mqparam.py	Wed May 06 13:35:51 2020 -0400
+++ b/mqparam.py	Mon Jun 01 11:51:25 2020 -0400
@@ -343,8 +343,8 @@
                 self[i].set_silac(*silac)
             isobaricLabels = pg.pop('isobaricLabels', False)
             if isobaricLabels:
-                for l in isobaricLabels:
-                    self[i].set_isobaric_label(*l)
+                for ibl in isobaricLabels:
+                    self[i].set_isobaric_label(*ibl)
             for el in ['fixedModifications', 'variableModifications', 'enzymes']:
                 lst = pg.pop(el, None)
                 if lst is not None: