Skip to content

Commit 6b041d5

Browse files
committed
fix PSSM encoding
1 parent 1ba21c6 commit 6b041d5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pipred.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,7 @@
8787
print("ERROR: Sequence in PSSM file does not match fasta sequence for entry %s!" % entry)
8888
exit()
8989
try:
90-
9190
parsed_pssm = np.genfromtxt(pssm_fn, skip_header=3, skip_footer=5, usecols=(i for i in range(2, 22)))
92-
9391
except ValueError:
9492
print("ERROR: Malformed PSSM file for entry %s!" % entry)
9593
exit()

0 commit comments

Comments
 (0)