comparison tools/protein_analysis/tmhmm2.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 6901298ac16c
children a290c6d4e658
comparison
equal deleted inserted replaced
2:6901298ac16c 3:f3b373a41f81
1 <tool id="tmhmm2" name="TMHMM 2.0" version="0.0.5"> 1 <tool id="tmhmm2" name="TMHMM 2.0" version="0.0.6">
2 <description>Find transmembrane domains in protein sequences</description> 2 <description>Find transmembrane domains in protein sequences</description>
3 <command interpreter="python"> 3 <command interpreter="python">
4 tmhmm2.py 8 $fasta_file $tabular_file 4 tmhmm2.py 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>