# HG changeset patch # User sanbi-uwc # Date 1484919945 18000 # Node ID 94ae1dd64bca46ec7eee4c01cb7ac4a65bfb3949 # Parent b8fd92de90625a5a55551175a6cc4262f9c045c1 planemo upload for repository https://github.com/zipho/novo_align commit 124365491ed2f8e1d9a600f21db23f7f5236bdf4 diff -r b8fd92de9062 -r 94ae1dd64bca novo_align.py --- a/novo_align.py Mon Jan 09 09:03:39 2017 -0500 +++ b/novo_align.py Fri Jan 20 08:45:45 2017 -0500 @@ -39,7 +39,7 @@ args = parser.parse_args() # a dirty way of referencing the file - index_file_path = args.index_filename # not sure of the logic here: + "/" + args.index_filename.split("/")[-1] + index_file_path = args.index_filename # removed old logic here: + "/" + args.index_filename.split("/")[-1] novo_align(args.output_filename, index_file_path, args.forward_filename, args.reverse_filename) diff -r b8fd92de9062 -r 94ae1dd64bca novo_align.xml --- a/novo_align.xml Mon Jan 09 09:03:39 2017 -0500 +++ b/novo_align.xml Fri Jan 20 08:45:45 2017 -0500 @@ -1,9 +1,10 @@ - + Tool to run the Novo Align mapping tool samtools novoalign + novoalign-license - + @@ -80,11 +86,11 @@ - - + + - @@ -128,6 +134,17 @@ + + + + + + + + + + +