Mercurial > repos > dktanwar > removesnp
diff 01_RemoveSNPs/tool_build.sh @ 0:12f2a7545ff2 draft
Uploaded
author | dktanwar |
---|---|
date | Mon, 16 Oct 2017 13:59:28 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/01_RemoveSNPs/tool_build.sh Mon Oct 16 13:59:28 2017 -0400 @@ -0,0 +1,11 @@ +#!/bin/bash + +planemo tool_init --force \ + --id 'RemoveSNPs' \ + --name 'Remove Mismatches (SNPs) from SAM" version="0.1.0"' \ + --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'