changeset 9:a9433c403e28 draft default tip

anaconda as default python
author brigidar
date Fri, 06 Nov 2015 15:31:03 -0500
parents e9dcf64ef8ec
children
files vcf_to_snp.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
@@ -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}