Mercurial > repos > crs4 > kggseq_variant_selection
comparison kggseq_variant_selection.xml @ 0:d388273fb83f draft
Uploaded
author | crs4 |
---|---|
date | Fri, 12 Sep 2014 21:40:16 -0400 |
parents | |
children | e9758eee6697 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:d388273fb83f |
---|---|
1 <tool id="kggseq_variant_selection" name="Variant selection with KGGSeq" version="1.1"> | |
2 <description></description> | |
3 <requirements> | |
4 <requirement type="package" version="0.4_20140910">kggseq</requirement> | |
5 </requirements> | |
6 <command> | |
7 java -jar \$KGGSEQ_JAR_PATH/kggseq.jar | |
8 ## Environmental settings | |
9 --buildver hg19 | |
10 --resource \$KGGSEQ_JAR_PATH/resources | |
11 --no-lib-check | |
12 --no-resource-check | |
13 --no-progress-check | |
14 --out results | |
15 --o-vcf | |
16 | |
17 --vcf-file $inputFile | |
18 --ped-file $pedFile | |
19 --db-gene $db_gene | |
20 $composite_subject_id | |
21 | |
22 ## Variant filters | |
23 $pass_variant_only | |
24 #if str($variant_filters.variant_filters_select) == "yes" | |
25 --seq-qual $variant_filters.seq_qual | |
26 --seq-mq $variant_filters.seq_mq | |
27 --seq-sb $variant_filters.seq_sb | |
28 --seq-fs $variant_filters.seq_fs | |
29 --min-heta $variant_filters.min_heta | |
30 --min-homa $variant_filters.min_homa | |
31 --min-hetu $variant_filters.min_hetu | |
32 --min-homu $variant_filters.min_homu | |
33 --min-obsa $variant_filters.min_obsa | |
34 --min-obsu $variant_filters.min_obsu | |
35 --min-obs $variant_filters.min_obs | |
36 #if str($variant_filters.hwe_control) | |
37 --hwe-control $variant_filters.hwe_control | |
38 #end if | |
39 #if str($variant_filters.hwe_case) | |
40 --hwe-case $variant_filters.hwe_case | |
41 #end if | |
42 #if str($variant_filters.hwe_all) | |
43 --hwe-all $variant_filters.hwe_all | |
44 #end if | |
45 #else | |
46 --seq-qual 0 | |
47 --seq-mq 0 | |
48 #end if | |
49 | |
50 ## Genotype filters | |
51 #if str($genotype_filters.genotype_filters_select) == "yes" | |
52 --gty-qual $genotype_filters.gty_qual | |
53 --gty-dp $genotype_filters.gty_dp | |
54 --gty-sec-pl $genotype_filters.gty_sec_pl | |
55 --gty-af-ref $genotype_filters.gty_af_ref | |
56 --gty-af-het $genotype_filters.gty_af_het | |
57 --gty-af-alt $genotype_filters.gty_af_alt | |
58 #else | |
59 --gty-qual 0 | |
60 --gty-dp 0 | |
61 --gty-sec-pl 0 | |
62 --gty-af-ref 1 | |
63 --gty-af-het 0 | |
64 --gty-af-alt 0 | |
65 #end if | |
66 | |
67 ## Genetic inheritance | |
68 #if str($genetic_filters.genetic_filters_select) == "yes" | |
69 #if str($genetic_filters.genetic_model.genetic_model_select) == "yes" | |
70 #if $genetic_filters.genetic_model.custom_genetic_params | |
71 --genotype-filter $genetic_filters.genetic_model.custom_genetic_params | |
72 #end if | |
73 #else | |
74 $genetic_filters.genetic_model.suggested_genetic_params | |
75 #end if | |
76 #end if | |
77 | |
78 ## Gene feature filters | |
79 #if str($gene_feature_filters.gene_feature_filters_select) == "yes" and $gene_feature_filters.gene_features | |
80 --gene-feature-in $gene_feature_filters.gene_features | |
81 --splicing $gene_feature_filters.splicing | |
82 --neargene $gene_feature_filters.neargene | |
83 #end if | |
84 | |
85 ## Common variants filters | |
86 #if str($allele_freq_filters.allele_freq_filters_select) == "yes" | |
87 #if $allele_freq_filters.allele_freq_db | |
88 --db-filter $allele_freq_filters.allele_freq_db | |
89 #end if | |
90 --rare-allele-freq $allele_freq_filters.rare_allele_freq | |
91 #end if | |
92 | |
93 ## Genomic regions filters | |
94 #if str($genomic_region_filters.genomic_region_filters_select) == "yes" | |
95 $genomic_region_filters.ignore_indel_or_snv | |
96 #if $genomic_region_filters.regions_in | |
97 --regions-in "$genomic_region_filters.regions_in" | |
98 #end if | |
99 #if $genomic_region_filters.regions_out | |
100 --regions-out "$genomic_region_filters.regions_out" | |
101 #end if | |
102 #if $genomic_region_filters.genes_in | |
103 --genes-in "$genomic_region_filters.genes_in" | |
104 #end if | |
105 #if $genomic_region_filters.genes_out | |
106 --genes-out "$genomic_region_filters.genes_out" | |
107 #end if | |
108 $genomic_region_filters.superdup | |
109 #if str($genomic_region_filters.gene_var_filter) | |
110 --gene-var-filter $genomic_region_filters.gene_var_filter | |
111 #end if | |
112 #end if | |
113 | |
114 ## Predicted impact filters | |
115 #if str($impact_filters.impact_filters_select) == "yes" | |
116 --db-score dbnsfp | |
117 $impact_filters.filter_nondisease_variant | |
118 $impact_filters.mendel_causing | |
119 #end if | |
120 | |
121 ## Add annotations | |
122 #if str($add_annotations.add_annotations_select) == "yes" | |
123 $add_annotations.genome_annotation | |
124 $add_annotations.omim_annotation | |
125 $add_annotations.cosmic_annotation | |
126 #if $add_annotations.pubmed_mining_gene | |
127 $add_annotations.pubmed_type "$add_annotations.pubmed_mining_gene" | |
128 #end if | |
129 #if str($add_annotations.shared_genes.shared_genes_select) == "yes" | |
130 --ppi-annot string | |
131 --candi-file $add_annotations.shared_genes.candi_file | |
132 --ppi-depth $add_annotations.shared_genes.ppi_depth | |
133 --pathway-annot $add_annotations.shared_genes.pathway_annot | |
134 #end if | |
135 #end if | |
136 > $logFile | |
137 </command> | |
138 <inputs> | |
139 <param name="inputFile" type="data" format="vcf" label="VCF Variant file (--vcf-file)" help="Coordinates must refer to hg19" /> | |
140 <param name="pedFile" type="data" format="tabular" label="Pedigree (--ped-file)" /> | |
141 <param name="db_gene" type="select" display="checkboxes" multiple="true" label="Database(s) to annotate and filter variants (--db-gene)"> | |
142 <option value="refgene" selected="true">refgene: The RefGene database compiled by UCSC from hg19 refGene. Note: RefSeq has NO mitochondria gene definition</option> | |
143 <option value="gencode">gencode: The GENCODE gene sets. Note: GECODE contains similar number of coding genes but more transcripts than RefGene. It HAS the mitochondria gene definition</option> | |
144 <option value="knowngene">knowngene: The UCSC knonwGene datasase compiled by UCSC from hg19 knownGene</option> | |
145 <validator type="no_options" message="Select at least one database" /> | |
146 </param> | |
147 <param name="composite_subject_id" type="boolean" truevalue="--composite-subject-id" falsevalue="" checked="false" label="Composite subject ID (--composite-subject-id)" /> | |
148 <param name="pass_variant_only" type="boolean" truevalue="--vcf-filter-in PASS" falsevalue="" checked="true" label="Don't include filtered loci (--vcf-filter-in PASS)" help="Keep only variants with FILTER equal to PASS" /> | |
149 | |
150 <!-- Variant quality control --> | |
151 <conditional name="variant_filters"> | |
152 <param name="variant_filters_select" type="select" label="Specify variant quality filters?"> | |
153 <option value="yes">Yes</option> | |
154 <option value="no" selected="true">No</option> | |
155 </param> | |
156 <when value="yes"> | |
157 <param name="seq_qual" type="integer" value="50" label="Minimum overall Phred-scaled sequencing quality score for the variant (--seq-qual)" /> | |
158 <param name="seq_mq" type="integer" value="20" label="Minimum overall Phred-scaled mapping quality score for the variant (--seq-mq)" /> | |
159 <param name="seq_sb" type="float" value="-10" label="Maximal overall strand bias score for the variant (--seq-sb)" /> | |
160 <param name="seq_fs" type="integer" value="60" label="Maximal overall strand bias Phred-scaled p-value (using Fisher's exact test) for the variant (--seq-fs)" /> | |
161 <param name="min_heta" type="integer" value="1" label="Minimal observed number of heterozygote genotypes in cases (the affected) (--min-heta)" /> | |
162 <param name="min_homa" type="integer" value="1" label="Minimal observed number of alternate homozygote genotypes in cases (the affected) (--min-homa)" /> | |
163 <param name="min_hetu" type="integer" value="1" label="Minimal observed number of heterozygote genotypes in controls (the unaffected) (--min-hetu)" /> | |
164 <param name="min_homu" type="integer" value="1" label="Minimal observed number of alternate homozygote genotypes in controls (the unaffected) (--min-homu)" /> | |
165 <param name="min_obsa" type="integer" value="1" label="Minimal observed number of non-missing genotypes in cases (the affected) (--min-obsa)" /> | |
166 <param name="min_obsu" type="integer" value="1" label="Minimal observed number of non-missing genotypes in controls (the unaffected) (--min-obsu)" /> | |
167 <param name="min_obs" type="integer" value="2" label="Minimal observed number of non-missing genotypes in all samples (--min-obs)" /> | |
168 <param name="hwe_control" type="float" value="" optional="true" label="Exclude variants in controls with the Hardy-Weinberg test p-value <= this value (--hwe-control)" /> | |
169 <param name="hwe_case" type="float" value="" optional="true" label="Exclude variants in cases with the Hardy-Weinberg test p-value <= this value (--hwe-case)" /> | |
170 <param name="hwe_all" type="float" value="" optional="true" label="Exclude variants in all subjects with the Hardy-Weinberg test p-value <= this value (--hwe-all)" /> | |
171 </when> | |
172 <when value="no" /> | |
173 </conditional> | |
174 | |
175 <!-- Genotype quality control --> | |
176 <conditional name="genotype_filters"> | |
177 <param name="genotype_filters_select" type="select" label="Specify genotype quality filters?"> | |
178 <option value="yes">Yes</option> | |
179 <option value="no" selected="true">No</option> | |
180 </param> | |
181 <when value="yes"> | |
182 <param name="gty_qual" type="integer" value="10" label="Minimum Phred-scaled genotyping quality (--gty-qual)" /> | |
183 <param name="gty_dp" type="integer" value="4" label="Minimal read depth per genotype (--gty-dp)" /> | |
184 <param name="gty_sec_pl" type="integer" value="20" label="Minimal value for second smallest normalized Phred-scaled genotype quality (--gty-sec-pl)" /> | |
185 <param name="gty_af_ref" type="float" value="0.05" label="Maximal fraction of reads carrying alternative allele at a reference allele homozygous genotype (--gty-af-ref)" /> | |
186 <param name="gty_af_het" type="float" value="0.25" label="Minimal fraction of reads carrying alternative allele at a heterozygous genotype (--gty-af-het)" /> | |
187 <param name="gty_af_alt" type="float" value="0.5" label="Minimal fraction of reads carrying alternative allele at a alternative allele homozygous genotype (--gty-af-alt)" /> | |
188 </when> | |
189 <when value="no" /> | |
190 </conditional> | |
191 | |
192 <!-- Genetic inheritance --> | |
193 <conditional name="genetic_filters"> | |
194 <param name="genetic_filters_select" type="select" label="Specify genetic inheritance?"> | |
195 <option value="yes">Yes</option> | |
196 <option value="no" selected="true">No</option> | |
197 </param> | |
198 <when value="yes"> | |
199 <conditional name="genetic_model"> | |
200 <param name="genetic_model_select" type="select" label="Specify advanced settings for genetic inheritance?"> | |
201 <option value="yes">Yes</option> | |
202 <option value="no" selected="true">No</option> | |
203 </param> | |
204 <!-- Custom genetic filters --> | |
205 <when value="yes"> | |
206 <param name="custom_genetic_params" type="select" display="checkboxes" multiple="true" label="Select genetic inheritance (advanced) (--genotype-filter)" help="Multiple filtration codes have logical OR relationship"> | |
207 <option value="1">Exclude variants at which affected subjects have heterozygous genotypes (1)</option> | |
208 <option value="2">Exclude variants at which both affected and unaffected subjects have the same homozygous genotypes (2)</option> | |
209 <option value="3">Exclude variants at which affected subjects have reference homozygous genotypes (3)</option> | |
210 <option value="4">Exclude variants at which both affected and unaffected subjects have the same heterozygous genotypes (4)</option> | |
211 <option value="5">Exclude variants at which affected subjects have alternative homozygous genotypes (5)</option> | |
212 <option value="6">Exclude variants at which affected family members have NO shared alleles (6)</option> | |
213 <option value="7">ONLY include variants at which an offspring has one or two non-inherited alleles (7)</option> | |
214 </param> | |
215 </when> | |
216 <!-- Suggested genetic filters --> | |
217 <when value="no"> | |
218 <param name="suggested_genetic_params" type="select" display="radio" label="Select genetic inheritance"> | |
219 <option value="--genotype-filter 1,2,3">Recessive (--genotype-filter 1,2,3)</option> | |
220 <option value="--double-hit-gene-trio-filter" selected="true">Recessive and compound-heterozygous (--double-hit-gene-trio-filter)</option> | |
221 <option value="--double-hit-gene-phased-filter">Recessive and compound-heterozygous with phased samples (--double-hit-gene-phased-filter)</option> | |
222 <option value="--genotype-filter 2,3,4,5">Dominant (--genotype-filter 2,3,4,5)</option> | |
223 <option value="--genotype-filter 7">De novo mutation (--genotype-filter 7)</option> | |
224 <option value="--unique-gene-filter">Only genes on which EVERY affected subject has at least one case-unique alternative allele, but these alleles may be from different variants (--unique-gene-filter)</option> | |
225 </param> | |
226 </when> | |
227 </conditional> | |
228 </when> | |
229 <when value="no" /> | |
230 </conditional> | |
231 | |
232 <!-- Gene feature filtering --> | |
233 <conditional name="gene_feature_filters"> | |
234 <param name="gene_feature_filters_select" type="select" label="Specify gene feature filters?"> | |
235 <option value="yes">Yes</option> | |
236 <option value="no" selected="true">No</option> | |
237 </param> | |
238 <when value="yes"> | |
239 <param name="gene_features" type="select" display="checkboxes" multiple="true" label="Select gene features (--gene-feature-in)" help="Variants falling outside the selected regions will be excluded"> | |
240 <option value="0" selected="true">Frame-shift</option> | |
241 <option value="1" selected="true">Loss of amino acids</option> | |
242 <option value="2" selected="true">Loss of stop codon (TAG, TAA, TGA)</option> | |
243 <option value="3" selected="true">Gain of stop codon (TAG, TAA, TGA)</option> | |
244 <option value="4" selected="true">Missense</option> | |
245 <option value="5" selected="true">Splicing</option> | |
246 <option value="6">Synonymous</option> | |
247 <option value="7">Exonic</option> | |
248 <option value="8">5-UTR</option> | |
249 <option value="9">3-UTR</option> | |
250 <option value="10">Intronic</option> | |
251 <option value="11">Upstream of transcription start site</option> | |
252 <option value="12">Downstream of transcription end site</option> | |
253 <option value="13">ncRNA</option> | |
254 <option value="14">Intergenic</option> | |
255 <option value="15">Unknown</option> | |
256 </param> | |
257 <param name="splicing" type="integer" value="2" label="Window size in base-pair around the splicing junction to flag the variant as splicing (--splicing)" /> | |
258 <param name="neargene" type="integer" value="1000" label="Size of region upstream and downstream (--neargene)" /> | |
259 </when> | |
260 <when value="no" /> | |
261 </conditional> | |
262 | |
263 <!-- Allele frequency filtering --> | |
264 <conditional name="allele_freq_filters"> | |
265 <param name="allele_freq_filters_select" type="select" label="Specify common variants filters?"> | |
266 <option value="yes">Yes</option> | |
267 <option value="no" selected="true">No</option> | |
268 </param> | |
269 <when value="yes"> | |
270 <param name="allele_freq_db" type="select" display="checkboxes" multiple="true" label="Select databases for allelic frequency filtering (--db-filter)"> | |
271 <option value="hg19_1kg201305" selected="true">hg19_1kg201305: 1000 Genomes Project 2013 May release</option> | |
272 <option value="hg19_1kg201204">hg19_1kg201204: 1000 Genomes Project 2012 April release</option> | |
273 <option value="hg19_ESP6500AA" selected="true">hg19_ESP6500AA: African American dataset from NHLBI GO Exome Sequencing Project (ESP6500)</option> | |
274 <option value="hg19_ESP6500EA" selected="true">hg19_ESP6500EA: European American dataset from NHLBI GO Exome Sequencing Project (ESP6500)</option> | |
275 <option value="hg19_dbsnp141" selected="true">hg19_dbsnp141: dbSNP version 141</option> | |
276 <option value="hg19_dbsnp138">hg19_dbsnp138: dbSNP version 138</option> | |
277 <option value="hg19_dbsnp137">hg19_dbsnp137: dbSNP version 137</option> | |
278 </param> | |
279 <param name="rare_allele_freq" type="float" value="0.01" label="Minor allele frequency (MAF) for selecting rare variants (--rare-allele-freq)" help="Set to >1 to only annotate MAF, without filtering" /> | |
280 </when> | |
281 <when value="no" /> | |
282 </conditional> | |
283 | |
284 <!-- Variant type, region and gene filtering --> | |
285 <conditional name="genomic_region_filters"> | |
286 <param name="genomic_region_filters_select" type="select" label="Specify variant type, region and gene filtering?"> | |
287 <option value="yes">Yes</option> | |
288 <option value="no" selected="true">No</option> | |
289 </param> | |
290 <when value="yes"> | |
291 <param name="ignore_indel_or_snv" type="select" label="Ignore indels or SNVs?"> | |
292 <option value="" selected="true">No</option> | |
293 <option value="--ignore-indel">Ignore insertion and deletion sequence variants (indels) (--ignore-indel)</option> | |
294 <option value="--ignore-snv">Ignore single nucleotide variants (SNVs) (--ignore-snv)</option> | |
295 </param> | |
296 <param name="regions_in" type="text" label="Keep only variants within some genomic regions (--regions-in)" help="A comma-separated list of genomic regions, e.g. chrX,chrY:1-1000" /> | |
297 <param name="regions_out" type="text" label="Ignore variants within some genomic regions (--regions-out)" help="A comma-separated list of genomic regions, e.g. chrX,chrY:1-1000" /> | |
298 <param name="genes_in" type="text" label="Keep only variants within some genes (--genes-in)" help="A comma-separated list of gene symbols, e.g. TCF4,CNNM2,ANK3" /> | |
299 <param name="genes_out" type="text" label="Ignore variants within some genes (--genes-out)" help="A comma-separated list of gene symbols, e.g. TCF4,CNNM2,ANK3" /> | |
300 <param name="superdup" type="select" label="Annotate or filter out variants in super duplicate regions?" help="As defined in genomicSuperDups dataset from UCSC"> | |
301 <option value="" selected="true">No</option> | |
302 <option value="--superdup-annot">Annotate variants in super duplicate regions (--superdup-annot)</option> | |
303 <option value="--superdup-filter">Filter out variants in super duplicate regions (--superdup-filter)</option> | |
304 </param> | |
305 <param name="gene_var_filter" type="integer" value="" optional="true" label="Filter out genes with at least this number of putative pathogenic variants (--gene-var-filter)" help="As a rule of thumb, it is safe to set a cutoff of 4 or more. " /> | |
306 </when> | |
307 <when value="no" /> | |
308 </conditional> | |
309 | |
310 <!-- Predicted impact filtering --> | |
311 <conditional name="impact_filters"> | |
312 <param name="impact_filters_select" type="select" label="Specify functional impact filters?"> | |
313 <option value="yes">Yes</option> | |
314 <option value="no" selected="true">No</option> | |
315 </param> | |
316 <when value="yes"> | |
317 <param name="filter_nondisease_variant" type="boolean" truevalue="--filter-nondisease-variant" falsevalue="" checked="true" label="Filter out variants predicted to be non-disease causal (--filter-nondisease-variant)" /> | |
318 <param name="mendel_causing" type="boolean" truevalue="--mendel-causing-predict all" falsevalue="" checked="true" label="Predict Mendelian disease-causing variants by logistic regression model (--mendel-causing-predict)" /> | |
319 </when> | |
320 <when value="no" /> | |
321 </conditional> | |
322 | |
323 <!-- Annotations --> | |
324 <conditional name="add_annotations"> | |
325 <param name="add_annotations_select" type="select" label="Add annotations?"> | |
326 <option value="yes">Yes</option> | |
327 <option value="no" selected="true">No</option> | |
328 </param> | |
329 <when value="yes"> | |
330 <param name="genome_annotation" type="boolean" truevalue="--genome-annot" falsevalue="" checked="true" label="Add genomic functional annotations (presudogenes, TFBS, enhancer, UniProt) (--genome-annot)" /> | |
331 <param name="omim_annotation" type="boolean" truevalue="--omim-annot" falsevalue="" checked="true" label="Add OMIM annotation (--omim-annot)" /> | |
332 <param name="cosmic_annotation" type="boolean" truevalue="--cosmic-annot" falsevalue="" checked="true" label="Add COSMIC annotation (--cosmic-annot)" /> | |
333 <param name="pubmed_type" type="select" label="Text mining in PubMed: find co-mentions of the search terms specified below with:"> | |
334 <option value="--pubmed-mining">The cytogenetic position of each variant (--pubmed-mining)</option> | |
335 <option value="--pubmed-mining-gene">The gene in which each variant is located (--pubmed-mining-gene)</option> | |
336 </param> | |
337 <param name="pubmed_mining_gene" type="text" label="Text mining in PubMed: search term(s) of interest (e.g. disease name)" help="A comma-separated list of search terms, each composed by plus-separated words, e.g. spinocerebellar+ataxia,other+search+term. If empty, no search will be performed" /> | |
338 <!-- Shared protein-protein interactions and pathways --> | |
339 <conditional name="shared_genes"> | |
340 <param name="shared_genes_select" type="select" label="Add annotations for shared interactions/pathways?"> | |
341 <option value="yes">Yes</option> | |
342 <option value="no" selected="true">No</option> | |
343 </param> | |
344 <when value="yes"> | |
345 <param name="candi_file" type="data" format="txt,tabular" label="List of candidate genes of interest (--candi-file)" /> | |
346 <param name="ppi_depth" type="integer" value="1" label="Maximum distance of a protein-protein interaction (PPI) between candidate genes and genes containing the variants (--ppi-depth)" /> | |
347 <param name="pathway_annot" type="select" label="Select databases for the identification of shared pathways between candidate genes and genes containing the variants (--pathway-annot)" help="Gene sets are extracted from MSigDB"> | |
348 <option value="cura" selected="true">Curated gene sets (4850)</option> | |
349 <option value="cano">Canonical pathways (1452)</option> | |
350 <option value="onco">Oncogenic signatures (189)</option> | |
351 <option value="cmop">Computational gene sets (858)</option> | |
352 <option value="onto">Gene Ontology gene sets (1454)</option> | |
353 </param> | |
354 </when> | |
355 <when value="no" /> | |
356 </conditional> | |
357 </when> | |
358 <when value="no" /> | |
359 </conditional> | |
360 </inputs> | |
361 <outputs> | |
362 <data name="outVcf" format="vcf" label="${tool.name} on ${on_string}: VCF" from_work_dir="results.flt.vcf" /> | |
363 <data name="outTabular" format="tabular" label="${tool.name} on ${on_string}: tabular" from_work_dir="results.flt.txt" /> | |
364 <data name="outDoubleHitTriosGty" format="tabular" label="${tool.name} on ${on_string}: double-hit genotypes" from_work_dir="results.doublehit.gene.trios.flt.gty.txt"> | |
365 <filter>genetic_filters['genetic_filters_select'] == "yes" and genetic_filters['genetic_model']['genetic_model_select'] == "no" and genetic_filters['genetic_model']['suggested_genetic_params'] == "--double-hit-gene-trio-filter"</filter> | |
366 </data> | |
367 <data name="outDoubleHitTriosCount" format="tabular" label="${tool.name} on ${on_string}: double-hit counts" from_work_dir="results.doublehit.gene.trios.flt.count.txt"> | |
368 <filter>genetic_filters['genetic_filters_select'] == "yes" and genetic_filters['genetic_model']['genetic_model_select'] == "no" and genetic_filters['genetic_model']['suggested_genetic_params'] == "--double-hit-gene-trio-filter"</filter> | |
369 </data> | |
370 <data name="outDoubleHitPhasedGty" format="tabular" label="${tool.name} on ${on_string}: double-hit phased genotypes" from_work_dir="results.doublehit.gene.phased.flt.gty.txt"> | |
371 <filter>genetic_filters['genetic_filters_select'] == "yes" and genetic_filters['genetic_model']['genetic_model_select'] == "no" and genetic_filters['genetic_model']['suggested_genetic_params'] == "--double-hit-gene-phased-filter"</filter> | |
372 </data> | |
373 <data name="outDoubleHitPhasedCount" format="tabular" label="${tool.name} on ${on_string}: double-hit phased counts" from_work_dir="results.doublehit.gene.phased.flt.count.txt"> | |
374 <filter>genetic_filters['genetic_filters_select'] == "yes" and genetic_filters['genetic_model']['genetic_model_select'] == "no" and genetic_filters['genetic_model']['suggested_genetic_params'] == "--double-hit-gene-phased-filter"</filter> | |
375 </data> | |
376 <data name="logFile" format="txt" label="${tool.name} on ${on_string}: log" /> | |
377 </outputs> | |
378 <help> | |
379 **What it does** | |
380 | |
381 This tool uses `KGGSeq`_ to filter and prioritize genetic variants from sequencing data. | |
382 | |
383 **License and citation** | |
384 | |
385 This Galaxy tool is Copyright © 2013-2014 `CRS4 Srl.`_ and is released under the `MIT license`_. | |
386 | |
387 .. _CRS4 Srl.: http://www.crs4.it/ | |
388 .. _MIT license: http://opensource.org/licenses/MIT | |
389 | |
390 You can use this tool only if you agree to the license terms of: `KGGSeq`_. | |
391 | |
392 .. _KGGSeq: http://statgenpro.psychiatry.hku.hk/limx/kggseq/ | |
393 | |
394 If you use this tool, please cite: | |
395 | |
396 - |Cuccuru2014|_ | |
397 - |Li2012|_ | |
398 - |Li2013|_. | |
399 | |
400 .. |Cuccuru2014| replace:: Cuccuru, G., Orsini, M., Pinna, A., Sbardellati, A., Soranzo, N., Travaglione, A., Uva, P., Zanetti, G., Fotia, G. (2014) Orione, a web-based framework for NGS analysis in microbiology. *Bioinformatics* 30(13), 1928-1929 | |
401 .. _Cuccuru2014: http://bioinformatics.oxfordjournals.org/content/30/13/1928 | |
402 .. |Li2012| replace:: Li, M.-X., *et al.* (2012) A comprehensive framework for prioritizing variants in exome sequencing studies of Mendelian diseases. *Nucleic Acids Res.* 40(7), e53 | |
403 .. _Li2012: http://nar.oxfordjournals.org/content/40/7/e53 | |
404 .. |Li2013| replace:: Li, M.-X., *et al.* (2013) Predicting Mendelian Disease-Causing Non-Synonymous Single Nucleotide Variants in Exome Sequencing Studies. *PLoS Genet.* 9(1), e1003143 | |
405 .. _Li2013: http://www.plosgenetics.org/article/info:doi/10.1371/journal.pgen.1003143 | |
406 </help> | |
407 </tool> |