view macros.xml @ 8:c9e29ac5d099 draft default tip

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/infernal commit a812ed8de433ac4e8b42afd636e70cfbb180d2b9"
author bgruening
date Thu, 23 Sep 2021 19:38:58 +0000
parents ee4be6eadd34
children
line wrap: on
line source

<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package">infernal</requirement>
            <requirement type="package" version="1.1.4">infernal</requirement>
            <requirement type="package" version="8.32">coreutils</requirement>
        </requirements>
    </xml>
    <token name="@TOOL_VERSION@">1.1.4</token>
    <token name="@VERSION_SUFFIX@">0</token>
    <xml name="xrefs">
        <xrefs>
            <xref type="bio.tools">infernal</xref>
        </xrefs>
    </xml>
    <xml name="stdio">
        <stdio>
            <exit_code range="1:" />
            <exit_code range=":-1" />
            <regex match="Error:" />
            <regex match="Exception:" />
        </stdio>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="bibtex">@article{Nawrocki15112013,
author = {Nawrocki, Eric P. and Eddy, Sean R.},
title = {Infernal 1.1: 100-fold faster RNA homology searches},
volume = {29},
number = {22},
pages = {2933-2935},
year = {2013},
doi = {10.1093/bioinformatics/btt509},
abstract ={Summary: Infernal builds probabilistic profiles of the sequence and secondary structure of an RNA family called covariance models (CMs) from structurally annotated multiple sequence alignments given as input. Infernal uses CMs to search for new family members in sequence databases and to create potentially large multiple sequence alignments. Version 1.1 of Infernal introduces a new filter pipeline for RNA homology search based on accelerated profile hidden Markov model (HMM) methods and HMM-banded CM alignment methods. This enables ∼100-fold acceleration over the previous version and ∼10 000-fold acceleration over exhaustive non-filtered CM searches.Availability: Source code, documentation and the benchmark are downloadable from http://infernal.janelia.org. Infernal is freely licensed under the GNU GPLv3 and should be portable to any POSIX-compliant operating system, including Linux and Mac OS/X. Documentation includes a user’s guide with a tutorial, a discussion of file formats and user options and additional details on methods implemented in the software.Contact: nawrockie@janelia.hhmi.org},
URL = {http://bioinformatics.oxfordjournals.org/content/29/22/2933.abstract},
eprint = {http://bioinformatics.oxfordjournals.org/content/29/22/2933.full.pdf+html},
journal = {Bioinformatics}
}</citation>
        </citations>
    </xml>
</macros>