changeset 39:e414a55b4c42 draft

Uploaded
author bornea
date Thu, 19 May 2016 10:29:44 -0400
parents a7a479d8cbf8
children 8102ffab0f85
files SAINT_preprocessing_mq_pep.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/SAINT_preprocessing_mq_pep.py	Thu May 19 10:28:23 2016 -0400
+++ b/SAINT_preprocessing_mq_pep.py	Thu May 19 10:29:44 2016 -0400
@@ -260,8 +260,8 @@
         # Ditto for \r.
         seq = get_info(a).seqlength
         GN = get_info(a).genename
-        if seq != 'NA':
-            if GN != 'NA':
+        if seq == 'NA':
+            if GN == 'NA':
                 errors.append(a)
     with open('inter.txt', 'w') as input_file:
         l = 0; a = 0