# HG changeset patch # User greg # Date 1539282145 14400 # Node ID e981015b6b46abe825dd56421baefbab8312f119 # Parent 192da25388ec8ff4d577d01f206cffe2cc6219e8 Uploaded diff -r 192da25388ec -r e981015b6b46 affy2vcf.xml --- a/affy2vcf.xml Thu Oct 11 14:20:31 2018 -0400 +++ b/affy2vcf.xml Thu Oct 11 14:22:25 2018 -0400 @@ -7,7 +7,7 @@ #set text_outputs_dir = 'text_outputs' export BCFTOOLS_PLUGINS=\$(dirname `which bcftools`)/../libexec/bcftools && mkdir $text_outputs_dir && -bcftools +$BCFTOOLS_PLUGINS/affy2vcf.so +bcftools +\$BCFTOOLS_PLUGINS/affy2vcf.so #if str($reference_genome_source_cond.reference_genome_source) == "history": --fasta_ref '$reference_genome_source_cond.history_item' #else: