# HG changeset patch # User greg # Date 1452454957 18000 # Node ID 48f6e9f1c19de0525a066ac521df77fa783aa630 # Parent a3f52920020b3e6b57e4b57b31c36a5b6a2a5e1c Uploaded diff -r a3f52920020b -r 48f6e9f1c19d fasta_extract.py --- a/fasta_extract.py Sun Jan 10 14:39:51 2016 -0500 +++ b/fasta_extract.py Sun Jan 10 14:42:37 2016 -0500 @@ -87,4 +87,4 @@ except Exception, e: stop_err(str(e)) finally: - output.clode() + output.close()