comparison tools/protein_analysis/signalp3.xml @ 3:f3b373a41f81

Migrated tool version 0.0.6 from old tool shed archive to new tool shed repository
author peterjc
date Tue, 07 Jun 2011 18:05:13 -0400
parents 3ff1dcbb9440
children 81caef04ce8b
comparison
equal deleted inserted replaced
2:6901298ac16c 3:f3b373a41f81
1 <tool id="signalp3" name="SignalP 3.0" version="0.0.3"> 1 <tool id="signalp3" name="SignalP 3.0" version="0.0.6">
2 <description>Find signal peptides in protein sequences</description> 2 <description>Find signal peptides in protein sequences</description>
3 <command interpreter="python"> 3 <command interpreter="python">
4 signalp3.py $organism $truncate 8 $fasta_file $tabular_file 4 signalp3.py $organism $truncate 8 $fasta_file $tabular_file
5 ##I want the number of threads to be a Galaxy config option... 5 ##I want the number of threads to be a Galaxy config option...
6 </command> 6 </command>