# HG changeset patch # User greg # Date 1540473243 14400 # Node ID a2f0931898bed6cb234604b2676f060e05ef2203 # Parent a1e53778a82bbfb6962684f825a3437bc28d8abf Uploaded diff -r a1e53778a82b -r a2f0931898be affy2vcf.xml --- a/affy2vcf.xml Fri Oct 12 09:46:32 2018 -0400 +++ b/affy2vcf.xml Thu Oct 25 09:14:03 2018 -0400 @@ -20,7 +20,7 @@ --calls '$calls' --confidences '$confidences' #if str($output_gender_estimate_cond.output_gender_estimate) == "yes" - --sex '$gender_estimate' + --sex '$output_gender_estimate' #end if #if str($append_version) == "no": --no-version @@ -30,8 +30,14 @@ --threads \${GALAXY_SLOTS:-4} ]]> + + + + + + - + @@ -45,17 +51,11 @@ - + - - - - - - @@ -68,7 +68,7 @@ - + @@ -84,13 +84,13 @@ - - - - - - - + + + + + + + @@ -101,7 +101,19 @@ **Required options** + * **Probeset annotation file** - probeset annotation file produced by the sequencing run. + * **Apt-probeset genotype summary file** - apt-probeset genotype summary file produced by the sequencing run. + * **Apt-probeset genotype snp-posteriors file** - apt-probeset genotype snp-posteriors file produced by the sequencing run. + * **Apt-probeset genotype report file** - apt-probeset genotype report file produced by the sequencing run. + * **Apt-probeset genotype confidences file** - apt-probeset genotype confidences file produced by the sequencing run. + * **Apt-probeset genotype calls file** - apt-probeset genotype calls file produced by the sequencing run. + * **Choose the source for the reference genome** - select a reference genome from your history or one installed into your local Galaxy environment by a data manager tool. + **Other options** + + * **Output apt-probeset-genotype gender estimate** - output apt-probeset-genotype gender estimate into an additional dataset. + * **Append version and command line to the header** - append version and command line to the header of the output VCF dataset. + * **Select format for output** - select one of uncompressed/compressed VCF/BCF.