Mercurial > repos > greg > fasta_extract
changeset 10:a3f52920020b draft
Uploaded
author | greg |
---|---|
date | Sun, 10 Jan 2016 14:39:51 -0500 |
parents | 67171d711b34 |
children | 48f6e9f1c19d |
files | fasta_extract.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/fasta_extract.py Sun Jan 10 14:35:47 2016 -0500 +++ b/fasta_extract.py Sun Jan 10 14:39:51 2016 -0500 @@ -44,6 +44,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')