Mercurial > repos > iuc > bcftools_call
annotate bcftools_call.xml @ 7:5679e2246fc0 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 10853682ffb2e9776256bb63c899ef5c5fe0007e
| author | iuc |
|---|---|
| date | Thu, 13 Apr 2017 16:23:34 -0400 |
| parents | 1ba57c02c7ca |
| children | 56e6dfc9f4bb |
| rev | line source |
|---|---|
|
0
dabc1e7ca486
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff
changeset
|
1 <?xml version='1.0' encoding='utf-8'?> |
|
7
5679e2246fc0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 10853682ffb2e9776256bb63c899ef5c5fe0007e
iuc
parents:
6
diff
changeset
|
2 <tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@VERSION@"> |
|
2
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
3 <description>SNP/indel variant calling from VCF/BCF</description> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
4 <macros> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
5 <token name="@EXECUTABLE@">call</token> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
6 <import>macros.xml</import> |
|
5
3e85f6c5cf8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
iuc
parents:
4
diff
changeset
|
7 <xml name="macro_novel_rate"> |
|
3e85f6c5cf8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
iuc
parents:
4
diff
changeset
|
8 <param name="novel_rate_snp" type="float" label="Novel Rate SNP" value="" optional="true" |
|
3e85f6c5cf8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
iuc
parents:
4
diff
changeset
|
9 help="likelihood of novel mutation for constrained trio calling, see man page for details" /> |
|
3e85f6c5cf8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
iuc
parents:
4
diff
changeset
|
10 <param name="novel_rate_del" type="float" label="Novel Rate Deletions" value="" optional="true" |
|
3e85f6c5cf8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
iuc
parents:
4
diff
changeset
|
11 help="likelihood of novel mutation for constrained trio calling, see man page for details" /> |
|
3e85f6c5cf8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
iuc
parents:
4
diff
changeset
|
12 <param name="novel_rate_ins" type="float" label="Novel Rate Insertions" value="" optional="true" |
|
3e85f6c5cf8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
iuc
parents:
4
diff
changeset
|
13 help="likelihood of novel mutation for constrained trio calling, see man page for details" /> |
|
3e85f6c5cf8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
iuc
parents:
4
diff
changeset
|
14 </xml> |
|
3e85f6c5cf8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
iuc
parents:
4
diff
changeset
|
15 <token name="@NOVEL_RATE@"> |
|
3e85f6c5cf8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
iuc
parents:
4
diff
changeset
|
16 #set $novel_rate = [] |
|
3e85f6c5cf8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
iuc
parents:
4
diff
changeset
|
17 #if str($section.genotypes.novel_rate_snp): |
|
3e85f6c5cf8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
iuc
parents:
4
diff
changeset
|
18 #silent $novel_rate.append(str($section.genotypes.novel_rate_snp)) |
|
3e85f6c5cf8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
iuc
parents:
4
diff
changeset
|
19 #end if |
|
3e85f6c5cf8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
iuc
parents:
4
diff
changeset
|
20 #if str($section.genotypes.novel_rate_del): |
|
3e85f6c5cf8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
iuc
parents:
4
diff
changeset
|
21 #silent $novel_rate.append(str($section.genotypes.novel_rate_del)) |
|
3e85f6c5cf8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
iuc
parents:
4
diff
changeset
|
22 #end if |
|
3e85f6c5cf8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
iuc
parents:
4
diff
changeset
|
23 #if str($section.genotypes.novel_rate_ins): |
|
3e85f6c5cf8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
iuc
parents:
4
diff
changeset
|
24 #silent $novel_rate.append(str($section.genotypes.novel_rate_ins)) |
|
3e85f6c5cf8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
iuc
parents:
4
diff
changeset
|
25 #end if |
|
3e85f6c5cf8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
iuc
parents:
4
diff
changeset
|
26 #if len($novel_rate) > 0: |
|
3e85f6c5cf8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
iuc
parents:
4
diff
changeset
|
27 --novel-rate '#echo ','.join($novel_rate)#' |
|
3e85f6c5cf8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
iuc
parents:
4
diff
changeset
|
28 #end if |
|
3e85f6c5cf8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
iuc
parents:
4
diff
changeset
|
29 </token> |
|
2
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
30 </macros> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
31 <expand macro="requirements" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
32 <expand macro="version_command" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
33 <command detect_errors="aggressive"><![CDATA[ |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
34 @PREPARE_ENV@ |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
35 @PREPARE_INPUT_FILE@ |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
36 #set $section = $sec_consensus_variant_calling.variant_calling |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
37 #set $targets_path = None |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
38 #if $section.method == 'multiallelic': |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
39 #if $section.genotypes.constrain == 'alleles': |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
40 #set $section = $sec_consensus_variant_calling.variant_calling.genotypes |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
41 @PREPARE_TARGETS_FILE@ |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
42 #end if |
|
0
dabc1e7ca486
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff
changeset
|
43 #end if |
|
7
5679e2246fc0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 10853682ffb2e9776256bb63c899ef5c5fe0007e
iuc
parents:
6
diff
changeset
|
44 #set $section = $sec_restrict |
|
5679e2246fc0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 10853682ffb2e9776256bb63c899ef5c5fe0007e
iuc
parents:
6
diff
changeset
|
45 @PREPARE_REGIONS_FILE@ |
|
0
dabc1e7ca486
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff
changeset
|
46 |
|
2
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
47 bcftools @EXECUTABLE@ |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
48 |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
49 #set $section = $sec_consensus_variant_calling.variant_calling |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
50 #if $section.method == 'multiallelic': |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
51 -m |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
52 #if str($section.gvcf) != '': |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
53 --gvcf $section.gvcf |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
54 #end if |
|
7
5679e2246fc0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 10853682ffb2e9776256bb63c899ef5c5fe0007e
iuc
parents:
6
diff
changeset
|
55 #if str($section.prior_freqs) != '': |
|
5679e2246fc0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 10853682ffb2e9776256bb63c899ef5c5fe0007e
iuc
parents:
6
diff
changeset
|
56 --prior-freqs $section.prior_freqs |
|
5679e2246fc0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 10853682ffb2e9776256bb63c899ef5c5fe0007e
iuc
parents:
6
diff
changeset
|
57 #end if |
|
2
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
58 #if $section.genotypes.constrain == 'alleles': |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
59 --constrain alleles $section.genotypes.insert_missed |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
60 #set $section = $sec_consensus_variant_calling.variant_calling.genotypes |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
61 @TARGETS_FILE@ |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
62 #else |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
63 #if $section.genotypes.constrain == 'trio': |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
64 --constrain trio |
|
5
3e85f6c5cf8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
iuc
parents:
4
diff
changeset
|
65 @NOVEL_RATE@ |
|
2
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
66 #end if |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
67 #set $section = $sec_consensus_variant_calling.variant_calling.genotypes |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
68 @TARGETS@ |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
69 #end if |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
70 #else |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
71 -c |
|
0
dabc1e7ca486
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff
changeset
|
72 #end if |
|
2
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
73 |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
74 #set $section = $sec_restrict |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
75 @REGIONS@ |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
76 @SAMPLES@ |
|
0
dabc1e7ca486
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff
changeset
|
77 |
|
2
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
78 #set $section = $sec_consensus_variant_calling |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
79 #if $section.pval_threshold: |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
80 --pval-threshold "$section.pval_threshold" |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
81 #end if |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
82 #if $section.prior: |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
83 --prior "$section.prior" |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
84 #end if |
|
0
dabc1e7ca486
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff
changeset
|
85 |
|
dabc1e7ca486
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff
changeset
|
86 ## File format section |
|
2
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
87 #set $section = $sec_file_format |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
88 #if $section.ploidy: |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
89 --ploidy "${section.ploidy}" |
|
0
dabc1e7ca486
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff
changeset
|
90 #end if |
|
2
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
91 #if $section.ploidy_file: |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
92 --ploidy-file "${section.ploidy_file}" |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
93 #end if |
|
0
dabc1e7ca486
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff
changeset
|
94 |
|
dabc1e7ca486
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff
changeset
|
95 ## Input/output section |
|
2
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
96 #set $section = $sec_input_output |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
97 ${section.keep_alts} |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
98 ## #if section.format_fields: |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
99 ## --format-fields "${section.format_fields}" |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
100 ## #end if |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
101 ${section.keep_masked_ref} |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
102 #if $section.skip_variants: |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
103 --skip-variants "${section.skip_variants}" |
|
0
dabc1e7ca486
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff
changeset
|
104 #end if |
|
2
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
105 ${section.variants_only} |
|
0
dabc1e7ca486
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff
changeset
|
106 |
|
2
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
107 @OUTPUT_TYPE@ |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
108 @THREADS@ |
|
0
dabc1e7ca486
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff
changeset
|
109 |
|
dabc1e7ca486
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff
changeset
|
110 ## Primary Input/Outputs |
|
2
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
111 @INPUT_FILE@ |
|
7
5679e2246fc0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 10853682ffb2e9776256bb63c899ef5c5fe0007e
iuc
parents:
6
diff
changeset
|
112 > '$output_file' |
|
0
dabc1e7ca486
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff
changeset
|
113 ]]> |
|
2
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
114 </command> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
115 <inputs> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
116 <expand macro="macro_input" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
117 <section name="sec_restrict" expanded="false" title="Restrict to"> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
118 <expand macro="macro_regions" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
119 <expand macro="macro_samples" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
120 </section> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
121 <section name="sec_consensus_variant_calling" expanded="true" title="Consensus/variant calling Options"> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
122 <conditional name="variant_calling"> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
123 <param name="method" type="select" label="calling method"> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
124 <option value="multiallelic">Multiallelic and rare-variant Caller</option> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
125 <option value="consensus">Consensus Caller</option> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
126 </param> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
127 <when value="multiallelic"> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
128 <conditional name="genotypes"> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
129 <param name="constrain" type="select" label="Constrain" help="one of: alleles, trio (see manual)"> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
130 <option value="none">Do not constrain</option> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
131 <option value="alleles">alleles - call genotypes given alleles</option> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
132 <option value="trio">trio - call genotypes given the father-mother-child constraint</option> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
133 </param> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
134 <when value="none"> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
135 <expand macro="macro_targets" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
136 </when> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
137 <when value="alleles"> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
138 <expand macro="macro_targets_file"/> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
139 <param name="insert_missed" type="boolean" truevalue="--insert-missed" falsevalue="" label="Insert Missed" help="output also sites missed by mpileup but present in -T" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
140 </when> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
141 <when value="trio"> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
142 <expand macro="macro_targets" /> |
|
5
3e85f6c5cf8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
iuc
parents:
4
diff
changeset
|
143 <expand macro="macro_novel_rate" /> |
|
2
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
144 </when> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
145 </conditional> |
|
7
5679e2246fc0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 10853682ffb2e9776256bb63c899ef5c5fe0007e
iuc
parents:
6
diff
changeset
|
146 <param name="prior_freqs" type="text" value="" optional="true" label="Use prior knowledge of population allele frequencies"> |
|
5679e2246fc0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 10853682ffb2e9776256bb63c899ef5c5fe0007e
iuc
parents:
6
diff
changeset
|
147 <help> |
|
5679e2246fc0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 10853682ffb2e9776256bb63c899ef5c5fe0007e
iuc
parents:
6
diff
changeset
|
148 <![CDATA[ |
|
5679e2246fc0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 10853682ffb2e9776256bb63c899ef5c5fe0007e
iuc
parents:
6
diff
changeset
|
149 For example: --prior-freqs REF_AN,REF_AC |
|
5679e2246fc0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 10853682ffb2e9776256bb63c899ef5c5fe0007e
iuc
parents:
6
diff
changeset
|
150 <br>if the input VCF has the following INFO tags: |
|
5679e2246fc0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 10853682ffb2e9776256bb63c899ef5c5fe0007e
iuc
parents:
6
diff
changeset
|
151 <br>##INFO=<ID=REF_AN,Number=1,Type=Integer,Description="Total number of alleles in reference genotypes"> |
|
5679e2246fc0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 10853682ffb2e9776256bb63c899ef5c5fe0007e
iuc
parents:
6
diff
changeset
|
152 <br>##INFO=<ID=REF_AC,Number=A,Type=Integer,Description="Allele count in reference genotypes for each ALT allele"> |
|
5679e2246fc0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 10853682ffb2e9776256bb63c899ef5c5fe0007e
iuc
parents:
6
diff
changeset
|
153 ]]> |
|
5679e2246fc0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 10853682ffb2e9776256bb63c899ef5c5fe0007e
iuc
parents:
6
diff
changeset
|
154 </help> |
|
5679e2246fc0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 10853682ffb2e9776256bb63c899ef5c5fe0007e
iuc
parents:
6
diff
changeset
|
155 <validator type="regex" message="The INFO tags (separated by a comma), e.g. AN,AC">^(\w+,\w+)?$</validator> |
|
5679e2246fc0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 10853682ffb2e9776256bb63c899ef5c5fe0007e
iuc
parents:
6
diff
changeset
|
156 </param> |
|
2
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
157 <param name="gvcf" type="integer" label="gvcf" optional="True" help="group non-variant sites into gVCF blocks by minimum per-sample DP" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
158 </when> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
159 <when value="consensus"> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
160 <conditional name="genotypes"> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
161 <param name="constrain" type="select" label="Constrain" help="one of: alleles, trio (see manual)"> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
162 <option value="none">Do not constrain</option> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
163 <option value="trio">trio - call genotypes given the father-mother-child constraint</option> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
164 </param> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
165 <when value="none"> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
166 </when> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
167 <when value="trio"> |
|
5
3e85f6c5cf8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
iuc
parents:
4
diff
changeset
|
168 <expand macro="macro_novel_rate" /> |
|
2
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
169 </when> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
170 </conditional> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
171 <expand macro="macro_targets" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
172 </when> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
173 </conditional> |
|
4
a4f3b1dbb345
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 5725fea947162618d77de7b8011d18b2f16c7094
iuc
parents:
2
diff
changeset
|
174 <param name="pval_threshold" type="float" label="Pval Threshold" value="0.5" optional="True" help="variant if P(ref|D)<FLOAT with -c" /> |
|
a4f3b1dbb345
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 5725fea947162618d77de7b8011d18b2f16c7094
iuc
parents:
2
diff
changeset
|
175 <param name="prior" type="float" label="Prior" value="1.1e-3" optional="True" help="mutation rate (use bigger for greater sensitivity)" /> |
|
2
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
176 </section> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
177 <section name="sec_file_format" expanded="false" title="File format Options"> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
178 <param name="ploidy" type="select" label="Select Predefined Ploidy" optional="true"> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
179 <option value="GRCh37">GRCh37 - Human Genome reference assembly GRCh37 / hg19</option> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
180 <option value="GRCh38">GRCh37 - Human Genome reference assembly GRCh38 / hg38</option> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
181 <option value="X">X - Treat male samples as haploid and female as diploid regardless of the chromosome name</option> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
182 <option value="Y">Y - Treat male samples as haploid and female as no-copy, regardless of the chromosome name"</option> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
183 <option value="1">1 - Treat all samples as haploid</option> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
184 </param> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
185 <param name="ploidy_file" type="data" format="tabular" label="Ploidy File" optional="True" help="space/tab-delimited list of CHROM,FROM,TO,SEX,PLOIDY" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
186 <expand macro="macro_regions" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
187 <expand macro="macro_samples" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
188 </section> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
189 <section name="sec_input_output" expanded="false" title="Input/output Options"> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
190 <param name="keep_alts" type="boolean" truevalue="--keep-alts" falsevalue="" label="Keep Alts" help="keep all possible alternate alleles at variant sites" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
191 <param name="format_fields" type="text" value="" optional="true" label="Format Fields" |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
192 help="output format fields: GQ,GP" > |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
193 <validator type="regex" message="FORMAT terms separated by commas">^([A-Za-z]+(,[A-Za-z]+)*)?$</validator> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
194 </param> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
195 <param name="keep_masked_ref" type="boolean" truevalue="--keep-masked-ref" falsevalue="" label="Keep Masked Ref" help="keep sites with masked reference allele (REF=N)" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
196 <param name="skip_variants" type="select" label="Skip Variants" optional="True" help="skip indels/snps"> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
197 <option value="indels">indels</option> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
198 <option value="snps">snps</option> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
199 </param> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
200 <param name="variants_only" type="boolean" truevalue="--variants-only" falsevalue="" label="Variants Only" help="output variant sites only" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
201 </section> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
202 <expand macro="macro_select_output_type" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
203 </inputs> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
204 <outputs> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
205 <expand macro="macro_vcf_output"/> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
206 </outputs> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
207 <tests> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
208 <test> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
209 <param name="input_file" ftype="vcf" value="mpileup.vcf" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
210 <param name="method" value="multiallelic" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
211 <param name="variants_only" value="true" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
212 <param name="output_type" value="v" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
213 <output name="output_file"> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
214 <assert_contents> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
215 <has_text text="DP4=2,4,8,11;MQ=49" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
216 </assert_contents> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
217 </output> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
218 </test> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
219 <test> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
220 <param name="input_file" ftype="vcf" value="mpileup.vcf" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
221 <param name="method" value="multiallelic" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
222 <param name="gvcf" value="0" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
223 <param name="output_type" value="v" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
224 <output name="output_file"> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
225 <assert_contents> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
226 <has_text text="MinDP" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
227 <has_text text="DP4=2,4,8,11;MQ=49" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
228 </assert_contents> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
229 </output> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
230 </test> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
231 <test> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
232 <param name="input_file" ftype="vcf" value="mpileup.X.vcf" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
233 <param name="method" value="multiallelic" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
234 <param name="ploidy_file" value="mpileup.ploidy" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
235 <param name="samples_file" value="mpileup.samples" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
236 <param name="output_type" value="v" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
237 <output name="output_file"> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
238 <assert_contents> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
239 <has_text text="DP4=2,4,8,11;MQ=49" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
240 </assert_contents> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
241 </output> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
242 </test> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
243 <test> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
244 <param name="input_file" ftype="vcf" value="mpileup.X.vcf" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
245 <param name="method" value="consensus" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
246 <param name="output_type" value="v" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
247 <param name="ploidy_file" value="mpileup.ploidy" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
248 <output name="output_file"> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
249 <assert_contents> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
250 <has_text text="DP4=2,4,8,11" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
251 <has_text text="PV4=1,1,1,1" /> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
252 </assert_contents> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
253 </output> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
254 </test> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
255 </tests> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
256 <help><![CDATA[ |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
257 ================================== |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
258 bcftools @EXECUTABLE@ |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
259 ================================== |
|
0
dabc1e7ca486
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff
changeset
|
260 |
|
2
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
261 SNP/indel variant calling from VCF/BCF. To be used in conjunction with samtools mpileup. |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
262 |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
263 - This command replaces the former "bcftools view" caller. |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
264 - Some of the original functionality has been temporarily lost in the process of transition to htslib, but will be added back on popular demand. |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
265 - The original calling model can be invoked with the -c option. |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
266 |
|
5
3e85f6c5cf8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
iuc
parents:
4
diff
changeset
|
267 The novel-rate option can be set to modify the likelihood of novel mutation for constrained -C trio calling. The trio genotype calling maximizes likelihood of a particular combination of genotypes for father, mother and the child P(F=i,M=j,C=k) = P(unconstrained) * Pn + P(constrained) * (1-Pn). By providing three values, the mutation rate Pn is set explicitly for SNPs, deletions and insertions, respectively. If two values are given, the first is interpreted as the mutation rate of SNPs and the second is used to calculate the mutation rate of indels according to their length as Pn=float*exp(-a-b*len), where a=22.8689, b=0.2994 for insertions and a=21.9313, b=0.2856 for deletions [pubmed:23975140]. If only one value is given, the same mutation rate Pn is used for SNPs and indels. |
|
3e85f6c5cf8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
iuc
parents:
4
diff
changeset
|
268 |
|
7
5679e2246fc0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 10853682ffb2e9776256bb63c899ef5c5fe0007e
iuc
parents:
6
diff
changeset
|
269 |
|
2
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
270 @REGIONS_HELP@ |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
271 @TARGETS_HELP@ |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
272 |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
273 @BCFTOOLS_MANPAGE@#@EXECUTABLE@ |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
274 |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
275 @BCFTOOLS_WIKI@ |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
276 ]]> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
277 </help> |
|
0812cba3c4c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit ef90c4602bdb83ea7455946c9d175ea27284e643
iuc
parents:
0
diff
changeset
|
278 <expand macro="citations" /> |
|
0
dabc1e7ca486
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff
changeset
|
279 </tool> |
