Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbischof committed Feb 25, 2015
1 parent 2d30679 commit a80282f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awecmd/awe_blat_prot_serial.py
Expand Up @@ -110,7 +110,7 @@ def runBlatProcess(infile, nr, parts, output):
else:
refdb = "md5nr_v%s"%(opts.m5nr_version)

blat_hits = runBlatProcess(infile, refdb, m5nr_parts, outfile)
blat_hits = runBlatProcess(infile, refdb, opts.m5nr_parts, outfile)
sortandbleach("%s.cat_blat"%outfile, outfile, opts.sort_dir)

Info_log.close()

0 comments on commit a80282f

Please sign in to comment.