Mercurial > repos > chrisd > snipfinder
annotate variant_caller.xml @ 0:4b10ed36eb91 draft
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
author | chrisd |
---|---|
date | Mon, 22 Feb 2016 19:43:25 -0500 |
parents | |
children | d277ee3ce4e7 |
rev | line source |
---|---|
0
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
1 <tool id="variant_caller" name="Snip Finder identifies snips from single-end and paired-end data" version="0.1.0"> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
2 <requirements> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
3 </requirements> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
4 <stdio> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
5 <exit_code range="1:" /> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
6 </stdio> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
7 <command><![CDATA[ |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
8 $__tool_directory__/snp |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
9 -amr_fp $input1 |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
10 #if $sam_type.mode == "single_end" |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
11 -samse $sam_type.samse_input2 |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
12 $sam_type.best |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
13 #else |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
14 -sampe $sam_type.sampe_input2 |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
15 $sam_type.best |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
16 #end if |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
17 -out_fp $output1 |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
18 ]]></command> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
19 <inputs> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
20 <param type="data" name="input1" format="fasta" label="Specify fasta file"/> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
21 <conditional name="sam_type"> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
22 <param name="mode" type="select" label="Specify sam file type"> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
23 <option value="single_end"></option> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
24 <option value="paired_end"></option> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
25 </param> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
26 <when value="single_end"> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
27 <param type="data" name="samse_input2" format="sam" label="Single-end SAM file"/> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
28 <param name="best" type="boolean" label="Filter on unique alignments" |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
29 truevalue="-b" falsevalue="" /> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
30 </when> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
31 <when value="paired_end"> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
32 <param type="data" name="sampe_input2" format="sam" label="Paired-end SAM file"/> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
33 <param name="best" type="boolean" label="Filter on unique alignments" |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
34 truevalue="-b" falsevalue="" /> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
35 </when> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
36 </conditional> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
37 </inputs> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
38 <outputs> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
39 <data name="output1" format="tabular" /> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
40 </outputs> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
41 <help><![CDATA[ |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
42 |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
43 This program parses a SAM file and looks for single nucleotide polymorphisms (SNPs). In single-end mode, only alignments with bit four not set are considered. In paired-end mode, only reads that mapped in a proper pair are considered. When filtering on unique alignments, only alignments with the XT:A:U field are considered. |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
44 |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
45 Program: SNP Caller |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
46 |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
47 Contact: Chris Dean <cdean11@rams.colostate.edu> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
48 |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
49 Usage: snp [options] |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
50 |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
51 Options: |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
52 |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
53 -amr_fp amr database path |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
54 -samse single-end sam file path |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
55 -sampe paired-end sam file path |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
56 -b filter on unique alignments |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
57 |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
58 |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
59 ]]></help> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
60 </tool> |