Mercurial > repos > chrisd > snipfinder
annotate variant_caller.xml @ 3:61b6570a752e draft
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 5f7fc159c80a8548b1edba582e5fe84064f09281
author | chrisd |
---|---|
date | Mon, 22 Feb 2016 21:08:37 -0500 |
parents | bc3b8b21e62b |
children | b40e1a5130db |
rev | line source |
---|---|
2
bc3b8b21e62b
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 9aea8bc80f79fdb1642baa4dc534c3b8ecdf6ba1
chrisd
parents:
1
diff
changeset
|
1 <tool id="variant_caller" name="Snip Finder" version="0.1.0"> |
0
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
2 <requirements> |
2
bc3b8b21e62b
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 9aea8bc80f79fdb1642baa4dc534c3b8ecdf6ba1
chrisd
parents:
1
diff
changeset
|
3 <requirement type="package" version="0.1">snp</requirement> |
0
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
4 </requirements> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
5 <stdio> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
6 <exit_code range="1:" /> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
7 </stdio> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
8 <command><![CDATA[ |
1
d277ee3ce4e7
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4-dirty
chrisd
parents:
0
diff
changeset
|
9 snp |
0
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
10 -amr_fp $input1 |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
11 #if $sam_type.mode == "single_end" |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
12 -samse $sam_type.samse_input2 |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
13 $sam_type.best |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
14 #else |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
15 -sampe $sam_type.sampe_input2 |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
16 $sam_type.best |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
17 #end if |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
18 -out_fp $output1 |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
19 ]]></command> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
20 <inputs> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
21 <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
|
22 <conditional name="sam_type"> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
23 <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
|
24 <option value="single_end"></option> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
25 <option value="paired_end"></option> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
26 </param> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
27 <when value="single_end"> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
28 <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
|
29 <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
|
30 truevalue="-b" falsevalue="" /> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
31 </when> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
32 <when value="paired_end"> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
33 <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
|
34 <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
|
35 truevalue="-b" falsevalue="" /> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
36 </when> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
37 </conditional> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
38 </inputs> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
39 <outputs> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
40 <data name="output1" format="tabular" /> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
41 </outputs> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
42 <help><![CDATA[ |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
43 |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
44 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
|
45 |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
46 Program: SNP Caller |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
47 |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
48 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
|
49 |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
50 Usage: snp [options] |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
51 |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
52 Options: |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
53 |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
54 -amr_fp amr database path |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
55 -samse single-end sam file path |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
56 -sampe paired-end sam file path |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
57 -b filter on unique alignments |
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 |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
60 ]]></help> |
4b10ed36eb91
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
chrisd
parents:
diff
changeset
|
61 </tool> |