# HG changeset patch # User greg # Date 1452786222 18000 # Node ID ee00b3c68801b2adb81ad34976466aea3bc7abe8 # Parent 6333e08869fc32f000e97d7439c5015ccf3a5d0a Uploaded diff -r 6333e08869fc -r ee00b3c68801 extract_genomic_dna.py --- a/extract_genomic_dna.py Thu Jan 14 09:40:51 2016 -0500 +++ b/extract_genomic_dna.py Thu Jan 14 10:43:42 2016 -0500 @@ -173,7 +173,7 @@ first_invalid_line = line_count skipped_lines += len(invalid_lines) continue - elif os.path.isfile(os.path.join(seq_dir, '%s.2bit' % args.genome)): + elif os.path.isfile(seq_path): if not(twobitfile): twobitfile = bx.seq.twobit.TwoBitFile(file(seq_path)) try: