Mercurial > repos > dereeper > sniplay
annotate GetHaplotypesFromPhasedVCF/getHaplotypesFromPhasedVCF.xml @ 11:15b23cdde685 draft
planemo upload commit 305985afd3b7c3d47f531149c2f1a279af2d12aa-dirty
author | dereeper |
---|---|
date | Fri, 20 Apr 2018 09:04:25 -0400 |
parents | c6640c49fd01 |
children | 88748d846a20 |
rev | line source |
---|---|
10
c6640c49fd01
planemo upload commit 475f4d7d8442a0d75e103af326ae5881c4d2a4ac
dereeper
parents:
6
diff
changeset
|
1 <tool id="getHaplotypesFromPhasedVCF" name="Get Haplotypes From Phased VCF" version="2.0.0"> |
c6640c49fd01
planemo upload commit 475f4d7d8442a0d75e103af326ae5881c4d2a4ac
dereeper
parents:
6
diff
changeset
|
2 <description>Get Haplotypes From Phased VCF</description> |
c6640c49fd01
planemo upload commit 475f4d7d8442a0d75e103af326ae5881c4d2a4ac
dereeper
parents:
6
diff
changeset
|
3 |
6 | 4 <requirements> |
5 <requirement type="binary">perl</requirement> | |
6 </requirements> | |
7 <stdio> | |
8 <exit_code range="1:" /> | |
9 </stdio> | |
10 <command interpreter="perl"> | |
11 GetHaplotypesFromPhasedVCF.pl $input $output_label && mv ${output_label}.distinct_haplotypes.txt $output_distinct && mv ${output_label}.haplo.fas $output_haplo | |
12 </command> | |
13 <inputs> | |
14 <param type="data" name="input" format="vcf" label="Phased VCF" /> | |
15 <param type="text" name="output_label" label="Output_label" value='Haplotypes' /> | |
16 </inputs> | |
17 <outputs> | |
18 <data name="output_distinct" format="txt" label="${output_label}.distinct_haplotypes.txt"/> | |
19 <data name="output_haplo" format="fasta" label="${output_label}.haplo.fas"/> | |
20 </outputs> | |
21 <tests> | |
22 <test> | |
23 <param name="input" value="getHaplotypesFromPhasedVCF-input.vcf"/> | |
10
c6640c49fd01
planemo upload commit 475f4d7d8442a0d75e103af326ae5881c4d2a4ac
dereeper
parents:
6
diff
changeset
|
24 <output name="output_distinct" file="getHaplotypesFromPhasedVCF-result.distinct_haplotypes.txt" compare="sim_size" delta="0"/> |
c6640c49fd01
planemo upload commit 475f4d7d8442a0d75e103af326ae5881c4d2a4ac
dereeper
parents:
6
diff
changeset
|
25 <output name="output_haplo" file="getHaplotypesFromPhasedVCF-result.haplo.fas" compare="sim_size" delta="0"/> |
6 | 26 </test> |
27 </tests> | |
28 <help><![CDATA[ | |
29 | |
30 .. class:: infomark | |
31 | |
32 **Authors** Dereeper Alexis (alexis.dereeper@ird.fr), IRD, South Green platform | |
33 | |
34 | **Please cite** "SNiPlay3: a web-based application for exploration and large scale analyses of genomic variations", **Dereeper A. et al.**, Nucl. Acids Res. (1 july 2015) 43 (W1). | |
35 | |
36 .. class:: infomark | |
37 | |
10
c6640c49fd01
planemo upload commit 475f4d7d8442a0d75e103af326ae5881c4d2a4ac
dereeper
parents:
6
diff
changeset
|
38 **Galaxy integration** Provided by Southgreen & Andres Gwendoline (Institut Français de Bioinformatique) & Marcon Valentin (IFB & INRA) |
6 | 39 |
40 .. class:: infomark | |
41 | |
10
c6640c49fd01
planemo upload commit 475f4d7d8442a0d75e103af326ae5881c4d2a4ac
dereeper
parents:
6
diff
changeset
|
42 **Support** For any questions about Galaxy integration, please send an e-mail to alexis.dereeper@ird.fr |
6 | 43 |
44 --------------------------------------------------- | |
45 | |
46 ============================== | |
47 Get Haplotypes From Phased VCF | |
48 ============================== | |
49 | |
50 ----------- | |
51 Description | |
52 ----------- | |
53 | |
54 | Get Haplotype from phased VCF | |
55 | |
56 ---------- | |
57 Input file | |
58 ---------- | |
59 | |
60 VCF file | |
61 Phased VCF file | |
62 | |
10
c6640c49fd01
planemo upload commit 475f4d7d8442a0d75e103af326ae5881c4d2a4ac
dereeper
parents:
6
diff
changeset
|
63 --------- |
c6640c49fd01
planemo upload commit 475f4d7d8442a0d75e103af326ae5881c4d2a4ac
dereeper
parents:
6
diff
changeset
|
64 Parameter |
c6640c49fd01
planemo upload commit 475f4d7d8442a0d75e103af326ae5881c4d2a4ac
dereeper
parents:
6
diff
changeset
|
65 --------- |
6 | 66 |
67 Output file basename | |
68 Prefix for the output VCF file | |
69 | |
70 ------------ | |
71 Output files | |
72 ------------ | |
73 | |
74 | |
75 Text file | |
76 File describing haplotypes | |
77 | |
78 Fasta file | |
79 Fasta file with haplotypes | |
80 | |
81 --------------------------------------------------- | |
82 | |
83 --------------- | |
84 Working example | |
85 --------------- | |
86 | |
10
c6640c49fd01
planemo upload commit 475f4d7d8442a0d75e103af326ae5881c4d2a4ac
dereeper
parents:
6
diff
changeset
|
87 Input file |
c6640c49fd01
planemo upload commit 475f4d7d8442a0d75e103af326ae5881c4d2a4ac
dereeper
parents:
6
diff
changeset
|
88 ========== |
6 | 89 |
90 VCF file | |
91 --------- | |
92 | |
93 :: | |
94 | |
95 #fileformat=VCFv4.1 | |
96 #FILTER=<ID=LowQual,Description="Low quality"> | |
97 #FORMAT=<ID=AD,Number=.,Type=Integer,Description="Allelic depths for the ref and alt alleles in the order listed"> | |
98 [...] | |
99 CHROM POS ID REF ALT QUAL FILTER INFO FORMAT AZUCENA | |
100 Chr1 4299 . G A . PASS AR2=1;DR2=1;AF=0.168 GT:DS:GP 0|0:0:1,0,0 | |
101 | |
102 | |
10
c6640c49fd01
planemo upload commit 475f4d7d8442a0d75e103af326ae5881c4d2a4ac
dereeper
parents:
6
diff
changeset
|
103 Parameter |
c6640c49fd01
planemo upload commit 475f4d7d8442a0d75e103af326ae5881c4d2a4ac
dereeper
parents:
6
diff
changeset
|
104 ========= |
6 | 105 |
106 Output name -> haplotypes | |
107 | |
108 | |
109 Output files | |
110 ============ | |
111 | |
112 haplotypes.distinct_haplotypes.txt | |
113 ---------------------------------- | |
114 | |
115 :: | |
116 | |
117 ===Chr10=== | |
118 haplo1:2:CIRAD403_1,CIRAD403_2, | |
119 TTTAAGAAATTCCTATATAGGTCTTCTAAGCGTATCTATTAACAT | |
120 haplo2:2:MAHAE_1,MAHAE_2, | |
121 TAAATCTTGGTGCTGATCTGATATTTAATGCGT | |
122 | |
123 | |
124 haplotypes.haplo.fas | |
125 -------------------- | |
126 | |
127 :: | |
128 | |
129 >Chr10_AZUCENA_1 | |
130 TTTAAGAAATTCCTATATAGGTCTTCTAAGCGTATCTATTAACAT | |
131 >Chr10_AZUCENA_2 | |
132 TAAATCTTGGTGCTGATCTGATATTTAATGCGT | |
133 | |
134 ]]></help> | |
135 <citations> | |
136 <!-- [HELP] As DOI or BibTex entry --> | |
137 <citation type="bibtex">@article{Dereeper03062015, | |
138 author = {Dereeper, Alexis and Homa, Felix and Andres, Gwendoline and Sempere, Guilhem and Sarah, Gautier and Hueber, Yann and Dufayard, Jean-François and Ruiz, Manuel}, | |
139 title = {SNiPlay3: a web-based application for exploration and large scale analyses of genomic variations}, | |
140 year = {2015}, | |
141 doi = {10.1093/nar/gkv351}, | |
142 abstract ={SNiPlay is a web-based tool for detection, management and analysis of genetic variants including both single nucleotide polymorphisms (SNPs) and InDels. Version 3 now extends functionalities in order to easily manage and exploit SNPs derived from next generation sequencing technologies, such as GBS (genotyping by sequencing), WGRS (whole gre-sequencing) and RNA-Seq technologies. Based on the standard VCF (variant call format) format, the application offers an intuitive interface for filtering and comparing polymorphisms using user-defined sets of individuals and then establishing a reliable genotyping data matrix for further analyses. Namely, in addition to the various scaled-up analyses allowed by the application (genomic annotation of SNP, diversity analysis, haplotype reconstruction and network, linkage disequilibrium), SNiPlay3 proposes new modules for GWAS (genome-wide association studies), population stratification, distance tree analysis and visualization of SNP density. Additionally, we developed a suite of Galaxy wrappers for each step of the SNiPlay3 process, so that the complete pipeline can also be deployed on a Galaxy instance using the Galaxy ToolShed procedure and then be computed as a Galaxy workflow. SNiPlay is accessible at http://sniplay.southgreen.fr.}, | |
143 URL = {http://nar.oxfordjournals.org/content/early/2015/06/03/nar.gkv351.abstract}, | |
144 eprint = {http://nar.oxfordjournals.org/content/early/2015/06/03/nar.gkv351.full.pdf+html}, | |
145 journal = {Nucleic Acids Research} | |
146 } | |
147 | |
148 }</citation> | |
149 | |
150 </citations> | |
151 | |
152 </tool> |