Mercurial > repos > greg > fasta_extract
comparison fasta_extract.py @ 11:48f6e9f1c19d draft
Uploaded
author | greg |
---|---|
date | Sun, 10 Jan 2016 14:42:37 -0500 |
parents | a3f52920020b |
children | da6ab598f025 |
comparison
equal
deleted
inserted
replaced
10:a3f52920020b | 11:48f6e9f1c19d |
---|---|
85 else: | 85 else: |
86 orphan_writer.writerow(row) | 86 orphan_writer.writerow(row) |
87 except Exception, e: | 87 except Exception, e: |
88 stop_err(str(e)) | 88 stop_err(str(e)) |
89 finally: | 89 finally: |
90 output.clode() | 90 output.close() |