changeset 4:99c868b492bb draft

Uploaded
author greg
date Sun, 10 Jan 2016 14:01:04 -0500
parents 79167132946d
children 24769b1ca957
files fasta_extract.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/fasta_extract.py	Sun Jan 10 13:56:47 2016 -0500
+++ b/fasta_extract.py	Sun Jan 10 14:01:04 2016 -0500
@@ -42,6 +42,7 @@
 fasta = Fasta(args.genome_file)
 
 for (input_filename, hid) in args.inputs:
+    hid = int(hid)
     extend_existing = args.extend_existing == 'existing'
     consider_strand = args.strand == 'yes'
     reader = csv.reader(open(input_filename, 'rU'), delimiter='\t')