Mercurial > repos > sanbi-uwc > novo_align
diff novo_align.py @ 10:9a6f14e2c8fd draft
planemo upload for repository https://github.com/zipho/novo_align commit 41c644b735d3140ec0b383deb23491f0fdf4dcfe
author | sanbi-uwc |
---|---|
date | Wed, 06 Apr 2016 06:22:35 -0400 |
parents | 3938f90c9d91 |
children | bfe39c503a40 |
line wrap: on
line diff
--- a/novo_align.py Wed Apr 06 06:16:09 2016 -0400 +++ b/novo_align.py Wed Apr 06 06:22:35 2016 -0400 @@ -34,7 +34,7 @@ parser.add_argument('--reverse_filename') args = parser.parse_args() - #a dirty way of referencing the file + # a dirty way of referencing the file index_file_path = args.index_filename + "/" + args.index_filename.split("/")[-1] novo_align(args.output_filename, index_file_path, args.forward_filename, args.reverse_filename)