view 01_mismatch_removal/tool_build.sh @ 5:7525c61b6e6e draft default tip

Uploaded
author dktanwar
date Mon, 16 Oct 2017 10:35:44 -0400
parents 90de2c9de6eb
children
line wrap: on
line source

#!/bin/bash

planemo tool_init --force \
                    --id 'mismatchRemovalSam' \
                    --name 'Remove Mismatches (SNPs) from SAM" version="0.1.0"' \
                    --example_command 'mismatchRemovalSam 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'