Mercurial > repos > crs4 > kggseq_variant_selection
comparison kggseq_variant_selection.xml @ 3:c758125c56d8 draft
Update to KggSeq release 0.8 (23/Apr./2015)
author | crs4 |
---|---|
date | Mon, 25 May 2015 18:01:25 -0400 |
parents | e1a21c2f4997 |
children | a13b8ff61c6c |
comparison
equal
deleted
inserted
replaced
2:e1a21c2f4997 | 3:c758125c56d8 |
---|---|
1 <tool id="kggseq_variant_selection" name="Variant selection with KGGSeq" version="1.2"> | 1 <tool id="kggseq_variant_selection" name="Variant selection with KGGSeq" version="1.3"> |
2 <description></description> | 2 <description></description> |
3 <requirements> | 3 <requirements> |
4 <requirement type="package" version="0.7_20150118">kggseq</requirement> | 4 <requirement type="package" version="0.8_20150423 ">kggseq</requirement> |
5 </requirements> | 5 </requirements> |
6 <command> | 6 <command> |
7 java -jar \$KGGSEQ_JAR_PATH/kggseq.jar | 7 java -jar \$KGGSEQ_JAR_PATH/kggseq.jar |
8 ## Environmental settings | 8 ## Environmental settings |
9 --buildver hg19 | 9 --buildver hg19 |
18 --ped-file $pedFile | 18 --ped-file $pedFile |
19 --db-gene $db_gene | 19 --db-gene $db_gene |
20 $composite_subject_id | 20 $composite_subject_id |
21 | 21 |
22 ## Variant and genotype filters | 22 ## Variant and genotype filters |
23 $pass_variant_only | |
24 #if str($variant_genotype_filters.variant_genotype_filters_select) == "yes" | 23 #if str($variant_genotype_filters.variant_genotype_filters_select) == "yes" |
24 $variant_genotype_filters.pass_variant_only | |
25 --seq-qual $variant_genotype_filters.seq_qual | 25 --seq-qual $variant_genotype_filters.seq_qual |
26 --seq-mq $variant_genotype_filters.seq_mq | 26 --seq-mq $variant_genotype_filters.seq_mq |
27 --seq-sb $variant_genotype_filters.seq_sb | 27 --seq-sb $variant_genotype_filters.seq_sb |
28 --seq-fs $variant_genotype_filters.seq_fs | 28 --seq-fs $variant_genotype_filters.seq_fs |
29 --min-heta $variant_genotype_filters.min_heta | 29 --min-heta $variant_genotype_filters.min_heta |
148 <option value="gencode">gencode: The GENCODE gene sets. Note: GENCODE contains similar number of coding genes but more transcripts than RefGene. It HAS the mitochondria gene definition</option> | 148 <option value="gencode">gencode: The GENCODE gene sets. Note: GENCODE contains similar number of coding genes but more transcripts than RefGene. It HAS the mitochondria gene definition</option> |
149 <option value="knowngene">knowngene: The UCSC knonwGene datasase compiled by UCSC from hg19 knownGene</option> | 149 <option value="knowngene">knowngene: The UCSC knonwGene datasase compiled by UCSC from hg19 knownGene</option> |
150 <option value="ensembl">ensembl: The Ensembl gene datasase compiled by UCSC from hg19 ensGene</option> | 150 <option value="ensembl">ensembl: The Ensembl gene datasase compiled by UCSC from hg19 ensGene</option> |
151 <validator type="no_options" message="Select at least one database" /> | 151 <validator type="no_options" message="Select at least one database" /> |
152 </param> | 152 </param> |
153 <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" /> | |
154 | 153 |
155 <!-- Variant and genotype quality control --> | 154 <!-- Variant and genotype quality control --> |
156 <conditional name="variant_genotype_filters"> | 155 <conditional name="variant_genotype_filters"> |
157 <param name="variant_genotype_filters_select" type="select" label="Specify variant and genotype quality filters?"> | 156 <param name="variant_genotype_filters_select" type="select" label="Specify variant and genotype quality filters?"> |
158 <option value="yes">Yes</option> | 157 <option value="yes">Yes</option> |
159 <option value="no" selected="true">No</option> | 158 <option value="no" selected="true">No</option> |
160 </param> | 159 </param> |
161 <when value="yes"> | 160 <when value="yes"> |
161 <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" /> | |
162 <param name="seq_qual" type="integer" value="50" label="Minimum overall Phred-scaled sequencing quality score for the variant (--seq-qual)" /> | 162 <param name="seq_qual" type="integer" value="50" label="Minimum overall Phred-scaled sequencing quality score for the variant (--seq-qual)" /> |
163 <param name="seq_mq" type="integer" value="20" label="Minimum overall Phred-scaled mapping quality score for the variant (--seq-mq)" /> | 163 <param name="seq_mq" type="integer" value="20" label="Minimum overall Phred-scaled mapping quality score for the variant (--seq-mq)" /> |
164 <param name="seq_sb" type="float" value="-10" label="Maximal overall strand bias score for the variant (--seq-sb)" /> | 164 <param name="seq_sb" type="float" value="-10" label="Maximal overall strand bias score for the variant (--seq-sb)" /> |
165 <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)" /> | 165 <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)" /> |
166 <param name="min_heta" type="integer" value="0" label="Minimal observed number of heterozygote genotypes in cases (the affected) (--min-heta)" /> | 166 <param name="min_heta" type="integer" value="0" label="Minimal observed number of heterozygote genotypes in cases (the affected) (--min-heta)" /> |
245 </param> | 245 </param> |
246 <when value="yes"> | 246 <when value="yes"> |
247 <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"> | 247 <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"> |
248 <option value="0" selected="true">Frame-shift</option> | 248 <option value="0" selected="true">Frame-shift</option> |
249 <option value="1" selected="true">Loss of amino acids</option> | 249 <option value="1" selected="true">Loss of amino acids</option> |
250 <option value="2" selected="true">Loss of stop codon (TAG, TAA, TGA)</option> | 250 <option value="2" selected="true">Loss of start codon</option> |
251 <option value="3" selected="true">Gain of stop codon (TAG, TAA, TGA)</option> | 251 <option value="3" selected="true">Loss of stop codon (TAG, TAA, TGA)</option> |
252 <option value="4" selected="true">Missense</option> | 252 <option value="4" selected="true">Gain of stop codon (TAG, TAA, TGA)</option> |
253 <option value="5" selected="true">Splicing</option> | 253 <option value="5" selected="true">Splicing</option> |
254 <option value="6">Synonymous</option> | 254 <option value="6" selected="true">Missense</option> |
255 <option value="7">Exonic</option> | 255 <option value="7">Synonymous</option> |
256 <option value="8">5-UTR</option> | 256 <option value="8">Exonic</option> |
257 <option value="9">3-UTR</option> | 257 <option value="9">5-UTR</option> |
258 <option value="10">Intronic</option> | 258 <option value="10">3-UTR</option> |
259 <option value="11">Upstream of transcription start site</option> | 259 <option value="11">Intronic</option> |
260 <option value="12">Downstream of transcription end site</option> | 260 <option value="12">Upstream of transcription start site</option> |
261 <option value="13">ncRNA</option> | 261 <option value="13">Downstream of transcription end site</option> |
262 <option value="14">Intergenic</option> | 262 <option value="14">ncRNA</option> |
263 <option value="15">Monomorphic</option> | 263 <option value="15">Intergenic</option> |
264 <option value="16">Unknown</option> | 264 <option value="16">Monomorphic</option> |
265 <option value="17">Unknown</option> | |
265 </param> | 266 </param> |
266 <param name="splicing" type="integer" value="2" label="Window size in base-pair around the splicing junction to flag the variant as splicing (--splicing)" /> | 267 <param name="splicing" type="integer" value="2" label="Window size in base-pair around the splicing junction to flag the variant as splicing (--splicing)" /> |
267 <param name="neargene" type="integer" value="1000" label="Size in base-pair of region upstream and downstream (--neargene)" /> | 268 <param name="neargene" type="integer" value="1000" label="Size in base-pair of region upstream and downstream (--neargene)" /> |
268 </when> | 269 </when> |
269 <when value="no" /> | 270 <when value="no" /> |