Shayan Doust pushed to branch master at Debian Med / bcalm
Commits:
ebec2d11 by Shayan Doust at 2019-09-27T01:32:54Z
Maybe enforce str() to fix issue?
- - - - -
1 changed file:
- debian/missing-sources/compare_fasta.py
Changes:
=====================================
debian/missing-sources/compare_fasta.py
=====================================
@@ -14,7 +14,7 @@ def read_seqs(fasta):
seqs = set()
for line in open(fasta):
if line[0] == '>': continue
- seqs.add(normalize(line.strip()))
+ seqs.add(normalize(str(line.strip())))
return seqs
s1 = read_seqs(fasta1)
View it on GitLab:
https://salsa.debian.org/med-team/bcalm/commit/ebec2d11acf222ed08fc21a2a6075d5b0a70e5f9
--
View it on GitLab:
https://salsa.debian.org/med-team/bcalm/commit/ebec2d11acf222ed08fc21a2a6075d5b0a70e5f9
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit