Previous changeset 8:e9dcf64ef8ec (2015-11-06) |
Commit message:
anaconda as default python |
modified:
vcf_to_snp.xml |
b |
diff -r e9dcf64ef8ec -r a9433c403e28 vcf_to_snp.xml --- a/vcf_to_snp.xml Fri Nov 06 15:24:08 2015 -0500 +++ b/vcf_to_snp.xml Fri Nov 06 15:31:03 2015 -0500 |
b |
@@ -1,4 +1,4 @@ -<tool id="vcf_snp" name="vcf to snp" version="0.5"> +<tool id="vcf_snp" name="vcf to snp" version="0.6"> <description>vcf to snp for fasta</description> <requirements> <!-- Should just use the filter snp that's installed in the path --> @@ -8,7 +8,7 @@ ## 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. - <command interpreter="python"> + <command interpreter="/usr/local/anaconda/bin/python"> vcf_snp.py -s ${vcf} -p ${pos} |