diff 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
line wrap: on
line diff
--- a/kggseq_variant_selection.xml	Tue Apr 28 12:35:35 2015 -0400
+++ b/kggseq_variant_selection.xml	Mon May 25 18:01:25 2015 -0400
@@ -1,7 +1,7 @@
-<tool id="kggseq_variant_selection" name="Variant selection with KGGSeq" version="1.2">
+<tool id="kggseq_variant_selection" name="Variant selection with KGGSeq" version="1.3">
   <description></description>
   <requirements>
-    <requirement type="package" version="0.7_20150118">kggseq</requirement>
+    <requirement type="package" version="0.8_20150423 ">kggseq</requirement>
   </requirements>
   <command>
 java -jar \$KGGSEQ_JAR_PATH/kggseq.jar
@@ -20,8 +20,8 @@
 $composite_subject_id
 
 ## Variant and genotype filters
-$pass_variant_only
 #if str($variant_genotype_filters.variant_genotype_filters_select) == "yes"
+  $variant_genotype_filters.pass_variant_only
   --seq-qual $variant_genotype_filters.seq_qual
   --seq-mq $variant_genotype_filters.seq_mq
   --seq-sb $variant_genotype_filters.seq_sb
@@ -150,7 +150,6 @@
       <option value="ensembl">ensembl: The Ensembl gene datasase compiled by UCSC from hg19 ensGene</option>
       <validator type="no_options" message="Select at least one database" />
     </param>
-    <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" />
 
     <!-- Variant and genotype quality control -->
     <conditional name="variant_genotype_filters">
@@ -159,6 +158,7 @@
         <option value="no" selected="true">No</option>
       </param>
       <when value="yes">
+        <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" />
         <param name="seq_qual" type="integer" value="50" label="Minimum overall Phred-scaled sequencing quality score for the variant (--seq-qual)" />
         <param name="seq_mq" type="integer" value="20" label="Minimum overall Phred-scaled mapping quality score for the variant (--seq-mq)" />
         <param name="seq_sb" type="float" value="-10" label="Maximal overall strand bias score for the variant (--seq-sb)" />
@@ -247,21 +247,22 @@
         <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">
           <option value="0" selected="true">Frame-shift</option>
           <option value="1" selected="true">Loss of amino acids</option>
-          <option value="2" selected="true">Loss of stop codon (TAG, TAA, TGA)</option>
-          <option value="3" selected="true">Gain of stop codon (TAG, TAA, TGA)</option>
-          <option value="4" selected="true">Missense</option>
+          <option value="2" selected="true">Loss of start codon</option>
+          <option value="3" selected="true">Loss of stop codon (TAG, TAA, TGA)</option>
+          <option value="4" selected="true">Gain of stop codon (TAG, TAA, TGA)</option>
           <option value="5" selected="true">Splicing</option>
-          <option value="6">Synonymous</option>
-          <option value="7">Exonic</option>
-          <option value="8">5-UTR</option>
-          <option value="9">3-UTR</option>
-          <option value="10">Intronic</option>
-          <option value="11">Upstream of transcription start site</option>
-          <option value="12">Downstream of transcription end site</option>
-          <option value="13">ncRNA</option>
-          <option value="14">Intergenic</option>
-          <option value="15">Monomorphic</option>
-          <option value="16">Unknown</option>
+          <option value="6" selected="true">Missense</option>
+          <option value="7">Synonymous</option>
+          <option value="8">Exonic</option>
+          <option value="9">5-UTR</option>
+          <option value="10">3-UTR</option>
+          <option value="11">Intronic</option>
+          <option value="12">Upstream of transcription start site</option>
+          <option value="13">Downstream of transcription end site</option>
+          <option value="14">ncRNA</option>
+          <option value="15">Intergenic</option>
+          <option value="16">Monomorphic</option>
+          <option value="17">Unknown</option>
         </param>
         <param name="splicing" type="integer" value="2" label="Window size in base-pair around the splicing junction to flag the variant as splicing (--splicing)" />
         <param name="neargene" type="integer" value="1000" label="Size in base-pair of region upstream and downstream (--neargene)" />