# HG changeset patch # User brigidar # Date 1446841040 18000 # Node ID b617219a70b5391297c68f3cc993bf742495fbf6 # Parent 3a352cb5711770718c2166ebcaf6b60343316932 new option diff -r 3a352cb57117 -r b617219a70b5 vcf_to_snp.xml --- a/vcf_to_snp.xml Fri Nov 06 15:12:17 2015 -0500 +++ b/vcf_to_snp.xml Fri Nov 06 15:17:20 2015 -0500 @@ -1,4 +1,4 @@ - + vcf to snp for fasta @@ -8,21 +8,25 @@ ## The command is a Cheetah template which allows some Python based syntax. ## Lines starting hash hash are comments. Galaxy will turn newlines into spaces ## ! We only have a simple single command here. - - + vcf_snp.py -s ${vcf} - -o output.txt + -p ${pos} + -o output.txt; + echo ${vcf.name} > name.txt; + cut -f2 output.txt >seq.txt; + paste name.txt seq.txt> output2.txt + - +