# HG changeset patch # User ulfschaefer # Date 1450268592 18000 # Node ID 01bd7d27089d79eaca9513f5585f6cc7f05cc9d2 # Parent 2bf67f637f8fbcf9328716f352382b4e5b39133f Deleted selected files diff -r 2bf67f637f8f -r 01bd7d27089d vcfs2fasta/vcfs2fasta.xml --- a/vcfs2fasta/vcfs2fasta.xml Wed Dec 16 07:21:29 2015 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,123 +0,0 @@ - - Takes a set of VCF files and outputs a multi fasta file with only the variant positions. - - python - pyvcf - pyyaml - bintrees - biopython - matplotlib - - - - - - - - vcfs2fasta.sh - $output - #if str($mix_cond.mix) == "yes": - $mix_cond.mix_value - #else - NOTTHERE - #end if - #if str($cols_cond.cols) == "yes": - $cols_cond.column_ns - #else - NOTTHERE - #end if - #if str($sample_cond.sample) == "yes": - $sample_cond.sample_ns - #else - NOTTHERE - #end if - #if str($reference_cond.reference) == "yes": - $reference_cond.ref_fa - #else - NOTTHERE - #end if - #if str($include_cond.include) == "yes": - $include_cond.in_bed - #else - NOTTHERE - #end if - #if str($exclude_cond.exclude) == "yes": - $exclude_cond.ex_bed - #else - NOTTHERE - #end if - #for $i, $input_vcf in enumerate( $input_vcfs ): - "${input_vcf}" - #end for - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -