Mercurial > repos > galaxyp > maxquant
diff mqparam.py @ 6:f2f79f0be7d1 draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant commit f63ff6d5d0c44012a17e87293811765951655bd5"
author | galaxyp |
---|---|
date | Mon, 01 Jun 2020 15:50:52 +0000 |
parents | 1cdde5989a2d |
children | 55f8e3f91e0b |
line wrap: on
line diff
--- a/mqparam.py Wed May 06 17:34:40 2020 +0000 +++ b/mqparam.py Mon Jun 01 15:50:52 2020 +0000 @@ -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: