view tools/protein_analysis/suite_config.xml @ 9:e52220a9ddad draft

Uploaded v0.1.2 Use the new <stdio> settings in the XML wrappers to catch errors. Obeys SGE style XNSLOTS environment variable for thread count (otherwise default to 4).
author peterjc
date Fri, 25 Jan 2013 06:08:31 -0500
parents 9b45a8743100
children e6cc27d182a8
line wrap: on
line source

    <suite id="tmhmm_and_signalp" name="Protein sequence analysis tools" version="0.0.9">
        <description>TMHMM, SignalP, RXLR motifs, WoLF PSORT</description>
        <tool id="tmhmm2" name="TMHMM 2.0" version="0.0.7">
            <description>Find transmembrane domains in protein sequences</description>
        </tool>
        <tool id="signalp3" name="SignalP 3.0" version="0.0.8">
            <description>Find signal peptides in protein sequences</description>
        </tool>
        <tool id="wolf_psort" name="WoLF PSORT" version="0.0.1">
            <description>Eukaryote protein subcellular localization prediction</description>
        </tool>
        <tool id="rxlr_motifs" name="RXLR Motifs" version="0.0.5">
            <description>Find RXLR Effectors of Plant Pathogenic Oomycetes</description>
        </tool>
    </suite>