Mercurial > repos > dktanwar > removesnps
comparison 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 |
comparison
equal
deleted
inserted
replaced
4:853b0c9367b6 | 5:67dc94f950fd |
---|---|
1 #!/bin/bash | 1 #!/bin/bash |
2 | 2 |
3 planemo tool_init --force \ | 3 planemo tool_init --force \ |
4 --id 'mismatchRemovalSam' \ | 4 --id 'RemoveSNPs' \ |
5 --name 'Remove Mismatches (SNPs) from SAM" version="0.1.0"' \ | 5 --name 'Remove Mismatches (SNPs) from SAM" version="0.1.0"' \ |
6 --example_command 'mismatchRemovalSam input.sam 3 > output.sam' \ | 6 --example_command 'RemoveSNPs input.sam 3 > output.sam' \ |
7 --example_input input.sam \ | 7 --example_input input.sam \ |
8 --example_output output.sam \ | 8 --example_output output.sam \ |
9 --test_case \ | 9 --test_case \ |
10 --cite_url 'https://github.com/dktanwar/Galaxy_Tools/tree/master/01_mismatch_removal' \ | 10 --cite_url 'https://github.com/dktanwar/Galaxy_Tools/tree/master/01_mismatch_removal' \ |
11 --help_from_command 'mismatchRemovalSam -h' | 11 --help_from_command 'mismatchRemovalSam -h' |