changeset 8:afcea0f23a55 draft

Uploaded
author bornea
date Sat, 06 Aug 2016 17:12:36 -0400
parents e01b49c112b0
children 6794a638a504
files filter_fasta.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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