# HG changeset patch # User greg # Date 1538752195 14400 # Node ID 4dc497887a5c178280d99170153ffe2409c360d2 # Parent 54dfcde738ad52756de77851fa100a169e4651d1 Uploaded diff -r 54dfcde738ad -r 4dc497887a5c affy2vcf.xml --- a/affy2vcf.xml Fri Oct 05 10:58:29 2018 -0400 +++ b/affy2vcf.xml Fri Oct 05 11:09:55 2018 -0400 @@ -7,17 +7,21 @@ #set text_outputs_dir = 'text_outputs' mkdir $text_outputs_dir && bcftools +affy2vcf.so ---fasta_ref '$reference_genome.fasta_ref' +#if str($reference_genome_source_cond.reference_genome_source) == "history": + --fasta_ref '$reference_genome_source_cond.history_item' +#else: + --fasta_ref '$reference_genome_source_cond.locally_cached_item' +#end if --annot '$annot' --snp-posteriors '$text_outputs_dir/snp_posteriors.txt' --summary '$text_outputs_dir/summary.txt' --report '$text_outputs_dir/report.txt' --calls '$text_outputs_dir/calls.txt' --confidences '$text_outputs_dir/confidences.txt' -#if str($output_gender_estimate_cond.output_gender_estimate) == "yes" +#if str($output_gender_estimate) == "yes" --sex '$text_outputs_dir/gender_estimate.txt' #end if -#if str($append_version_cond.append_version) == "no": +#if str($append_version) == "no": --no-version #end if --output '$output' @@ -26,16 +30,16 @@ ]]> - - + + - + - + @@ -46,22 +50,20 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + +