# HG changeset patch # User greg # Date 1540473199 14400 # Node ID ea728b639a77736b6060ddf06a1359fdc4e43793 # Parent c5fc0983b98cea95643af9ef7a92f3e1192a9d2f Uploaded diff -r c5fc0983b98c -r ea728b639a77 affy2vcf.xml --- a/affy2vcf.xml Fri Oct 12 08:39:13 2018 -0400 +++ b/affy2vcf.xml Thu Oct 25 09:13:19 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.