comparison vcf_to_snp.xml @ 9:a9433c403e28 draft default tip

anaconda as default python
author brigidar
date Fri, 06 Nov 2015 15:31:03 -0500
parents b617219a70b5
children
comparison
equal deleted inserted replaced
8:e9dcf64ef8ec 9:a9433c403e28
1 <tool id="vcf_snp" name="vcf to snp" version="0.5"> 1 <tool id="vcf_snp" name="vcf to snp" version="0.6">
2 <description>vcf to snp for fasta</description> 2 <description>vcf to snp for fasta</description>
3 <requirements> 3 <requirements>
4 <!-- Should just use the filter snp that's installed in the path --> 4 <!-- Should just use the filter snp that's installed in the path -->
5 5
6 </requirements> 6 </requirements>
7 7
8 ## The command is a Cheetah template which allows some Python based syntax. 8 ## The command is a Cheetah template which allows some Python based syntax.
9 ## Lines starting hash hash are comments. Galaxy will turn newlines into spaces 9 ## Lines starting hash hash are comments. Galaxy will turn newlines into spaces
10 ## ! We only have a simple single command here. 10 ## ! We only have a simple single command here.
11 <command interpreter="python"> 11 <command interpreter="/usr/local/anaconda/bin/python">
12 vcf_snp.py 12 vcf_snp.py
13 -s ${vcf} 13 -s ${vcf}
14 -p ${pos} 14 -p ${pos}
15 -o output.txt; 15 -o output.txt;
16 echo ${vcf.name} > name.txt; 16 echo ${vcf.name} > name.txt;