diff mqppep_mrgfltr.py @ 17:ba5f14c2a4af draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/mqppep commit aea9ac5a98069c3c993bd7903eda732f8ae2109d"
author eschen42
date Wed, 06 Apr 2022 05:47:34 +0000
parents d9906288cc6a
children 7560a4e80a1e
line wrap: on
line diff
--- a/mqppep_mrgfltr.py	Tue Apr 05 01:47:37 2022 +0000
+++ b/mqppep_mrgfltr.py	Wed Apr 06 05:47:34 2022 +0000
@@ -448,8 +448,8 @@
                 UniProtSeqLUT[(Sequence, GENE_NAME)].append(Gene_Name)
                 if OS != N_A:
                     Description += " OS=" + OS
-                if OX != N_A:
-                    Description += " OX=" + str(int(OX))
+                if OX != -1:
+                    Description += " OX=" + str(OX)
                 if Gene_Name != N_A:
                     Description += " GN=" + Gene_Name
                 if PE != N_A: