annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
21aaaa2d3004 Uploaded
dktanwar
parents:
diff changeset
1 #!/bin/bash
21aaaa2d3004 Uploaded
dktanwar
parents:
diff changeset
2
21aaaa2d3004 Uploaded
dktanwar
parents:
diff changeset
3 planemo tool_init --force \
5
67dc94f950fd Uploaded
dktanwar
parents: 0
diff changeset
4 --id 'RemoveSNPs' \
0
21aaaa2d3004 Uploaded
dktanwar
parents:
diff changeset
5 --name 'Remove Mismatches (SNPs) from SAM" version="0.1.0"' \
5
67dc94f950fd Uploaded
dktanwar
parents: 0
diff changeset
6 --example_command 'RemoveSNPs input.sam 3 > output.sam' \
0
21aaaa2d3004 Uploaded
dktanwar
parents:
diff changeset
7 --example_input input.sam \
21aaaa2d3004 Uploaded
dktanwar
parents:
diff changeset
8 --example_output output.sam \
21aaaa2d3004 Uploaded
dktanwar
parents:
diff changeset
9 --test_case \
21aaaa2d3004 Uploaded
dktanwar
parents:
diff changeset
10 --cite_url 'https://github.com/dktanwar/Galaxy_Tools/tree/master/01_mismatch_removal' \
5
67dc94f950fd Uploaded
dktanwar
parents: 0
diff changeset
11 --help_from_command 'mismatchRemovalSam -h'