Mercurial > repos > peterjc > tmhmm_and_signalp
comparison tools/protein_analysis/signalp3.xml @ 3:fe10f448d641
Migrated tool version 0.0.6 from old tool shed archive to new tool shed repository
author | peterjc |
---|---|
date | Tue, 07 Jun 2011 17:39:26 -0400 |
parents | 9a8a7f680dd6 |
children | 1426b2bae76d |
comparison
equal
deleted
inserted
replaced
2:747cec3192d3 | 3:fe10f448d641 |
---|---|
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> |