# HG changeset patch # User iuc # Date 1510942957 18000 # Node ID 8c00bc7fd8de3febc4e208ee2aba5ae57f078bfb # Parent 6c60903f70ac8b06118bbfd3c6a82bc1da0dd2fd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 48c9d7f30655d48c9b46b9ca7a17c454eb54694d diff -r 6c60903f70ac -r 8c00bc7fd8de sam_dump.xml --- a/sam_dump.xml Wed Jul 12 00:48:56 2017 -0400 +++ b/sam_dump.xml Fri Nov 17 13:22:37 2017 -0500 @@ -1,4 +1,4 @@ - + format from NCBI SRA sra_macros.xml @@ -6,7 +6,7 @@ sam-dump --version - /dev/null #end if #if $input.input_select == "file": - > "$output_file" + > '$output_file' #elif $input.input_select == "accession_number": - > "$output_accession" ) + > '$output_accession' ) #end if #if $input.input_select=="file_list": @@ -86,7 +80,6 @@ ) ; done #end if - ]]> @@ -96,11 +89,6 @@
- - - - - @@ -141,6 +129,7 @@