We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e83ed6 commit c2a449bCopy full SHA for c2a449b
classify_fasta.py
@@ -54,8 +54,6 @@ def main(args):
54
probs = c.classify(seqs)
55
for j,p in enumerate(probs):
56
o.write(seq_names[j] + '\t' + str(p) + '\n')
57
- # o.write('>'+seq_names[j]+ '\n')
58
- # o.write(str(p) + '\n')
59
seq_names = []
60
seqs = []
61
@@ -65,8 +63,6 @@ def main(args):
65
63
66
64
67
68
69
70
fp.close()
71
print "Finished classifying"
72
print "Class scores written in: {}".format(outfile)
0 commit comments