comparison fasta_extract.py @ 13:a5d7ed2680c3 draft

Uploaded
author greg
date Sun, 10 Jan 2016 14:57:50 -0500
parents da6ab598f025
children a234ed464674
comparison
equal deleted inserted replaced
12:da6ab598f025 13:a5d7ed2680c3
90 output.write('%s\n' % bases) 90 output.write('%s\n' % bases)
91 else: 91 else:
92 orphan_writer.writerow(row) 92 orphan_writer.writerow(row)
93 except Exception, e: 93 except Exception, e:
94 stop_err(str(e)) 94 stop_err(str(e))
95 finally: 95 output.close()
96 output.close() 96 dh.close()
97 dh.close()