Mercurial > repos > bgruening > vt_normalize
annotate vt_normalize.xml @ 0:7c2ef0170f03 draft default tip
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
| author | bgruening |
|---|---|
| date | Sat, 04 Jun 2016 12:44:06 -0400 |
| parents | |
| children |
| rev | line source |
|---|---|
|
0
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
1 <tool id="vt_normalize" name="VT @BINARY@" version="@VERSION@.0"> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
2 <description>normalizes variants in a VCF file</description> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
3 <macros> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
4 <import>vt_macros.xml</import> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
5 <token name="@BINARY@">normalize</token> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
6 </macros> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
7 <expand macro="requirements" /> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
8 <expand macro="stdio" /> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
9 <expand macro="version_command" /> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
10 <command> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
11 <![CDATA[ |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
12 vt @BINARY@ |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
13 #if str($output_format) == 'bcf': |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
14 -o normalised.bcf |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
15 #else: |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
16 -o normalised.vcf |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
17 #end if |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
18 ##-q do not print options and summary [] |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
19 -w $window |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
20 |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
21 #if str( $intervals_file ) != 'None': |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
22 -I "${intervals_file}" |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
23 #end if |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
24 $n |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
25 ##-i intervals [] |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
26 |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
27 #if $reference_source.reference_source_selector != "history": |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
28 -r "${reference_source.reference_genome.fields.path}" |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
29 #else: |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
30 -r "${reference_source.reference_genome}" |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
31 #end if |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
32 |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
33 "${ infile }" |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
34 |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
35 && |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
36 ## For some reason, the file move will randomly produce empty files. |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
37 ## Wait two seconds to let the system close file handlers and clean up. |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
38 sleep 2 |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
39 && |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
40 |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
41 #if str($output_format) == 'bcf': |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
42 mv normalised.bcf "${ outfile }"; |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
43 #else: |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
44 mv normalised.vcf "${ outfile }"; |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
45 #end if |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
46 |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
47 ]]> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
48 </command> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
49 <inputs> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
50 <param name="infile" type="data" format="vcf" label="VCF file to be normalised" /> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
51 |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
52 <conditional name="reference_source"> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
53 <param name="reference_source_selector" type="select" label="Choose the source for the reference list"> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
54 <option value="cached" selected="True">Locally cached</option> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
55 <option value="history">History</option> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
56 </param> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
57 <when value="cached"> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
58 <param name="reference_genome" type="select" label="Using reference genome"> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
59 <options from_data_table="fasta_indexes"> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
60 <filter type="data_meta" ref="infile" key="dbkey" column="1" /> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
61 <validator type="no_options" message="No reference genome is available for the build associated with the selected input dataset" /> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
62 </options> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
63 </param> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
64 </when> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
65 <when value="history"> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
66 <param name="reference_genome" type="data" format="fasta" label="Using reference file" /> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
67 </when> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
68 </conditional> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
69 <param name="intervals_file" type="data" format="bed" optional="True" label="File containing list of intervals" /> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
70 <param name="window" type="integer" value="10000" label="Window size for local sorting of variants" |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
71 help="(-w)"> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
72 <validator type="in_range" min="0"/> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
73 </param> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
74 <param argument="-n" type="boolean" truevalue="-n" falsevalue="" |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
75 label="Do not fail when REF is inconsistent with reference sequence for non SNPs" |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
76 help=""/> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
77 <param name="output_format" type="select" label="Choose the output format" help=""> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
78 <option value="bcf">BCF</option> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
79 <option value="vcf" selected="true">VCF</option> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
80 </param> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
81 </inputs> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
82 <outputs> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
83 <data name="outfile" format="vcf" label="${tool.name} on ${on_string}"> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
84 <change_format> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
85 <when input="output_format" value="bcf" format="bcf" /> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
86 </change_format> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
87 </data> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
88 </outputs> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
89 <tests> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
90 <test> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
91 <param name="infile" value="infile01.vcf" /> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
92 <param name="reference_source_selector" value="history" /> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
93 <param name="reference_genome" value="20.fa.bz2" /> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
94 <param name="n" value="True" /> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
95 <output name="outfile" file="normalize_result01.vcf" ftype="vcf" /> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
96 </test> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
97 </tests> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
98 <help> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
99 <![CDATA[ |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
100 **What it does** |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
101 |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
102 Normalize variants in a VCF file. Normalized variants may have their positions changed; in such cases, |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
103 the normalized variants are reordered and output in an ordered fashion. The local reordering takes place over a window of 10000 base pairs. |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
104 |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
105 @CITATION@ |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
106 ]]> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
107 </help> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
108 <expand macro="citations"/> |
|
7c2ef0170f03
planemo upload for repository https://github.com/atks/vt commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472-dirty
bgruening
parents:
diff
changeset
|
109 </tool> |
