# HG changeset patch # User bornea # Date 1470517956 14400 # Node ID afcea0f23a55e98eda35855a5f574376707fc79f # Parent e01b49c112b09a4811804284e7f24fdc0fe8ea9c Uploaded diff -r e01b49c112b0 -r afcea0f23a55 filter_fasta.py --- a/filter_fasta.py Sat Aug 06 17:10:23 2016 -0400 +++ b/filter_fasta.py Sat Aug 06 17:12:36 2016 -0400 @@ -79,7 +79,7 @@ if merged!="": seq.append(merged) cnt=0 - x = open("output.fasta","w"): + x = open("output.fasta","w") for i in header: x.write(i+'\n'+seq[cnt]+'\n') cnt+=1