Mercurial > repos > dktanwar > removesnps
diff 01_RemoveSNPs/tool_build.sh @ 5:67dc94f950fd draft default tip
Uploaded
author | dktanwar |
---|---|
date | Mon, 16 Oct 2017 13:52:09 -0400 |
parents | 21aaaa2d3004 |
children |
line wrap: on
line diff
--- a/01_RemoveSNPs/tool_build.sh Mon Oct 16 13:45:19 2017 -0400 +++ b/01_RemoveSNPs/tool_build.sh Mon Oct 16 13:52:09 2017 -0400 @@ -1,11 +1,11 @@ #!/bin/bash planemo tool_init --force \ - --id 'mismatchRemovalSam' \ + --id 'RemoveSNPs' \ --name 'Remove Mismatches (SNPs) from SAM" version="0.1.0"' \ - --example_command 'mismatchRemovalSam input.sam 3 > output.sam' \ + --example_command 'RemoveSNPs input.sam 3 > output.sam' \ --example_input input.sam \ --example_output output.sam \ --test_case \ --cite_url 'https://github.com/dktanwar/Galaxy_Tools/tree/master/01_mismatch_removal' \ - --help_from_command 'mismatchRemovalSam -h' \ No newline at end of file + --help_from_command 'mismatchRemovalSam -h'