diff macros.xml @ 5:6e18e0b098cd draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/infernal commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
author bgruening
date Sat, 21 Jan 2017 17:36:57 -0500
parents
children ee4be6eadd34
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Sat Jan 21 17:36:57 2017 -0500
@@ -0,0 +1,35 @@
+<macros>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package">infernal</requirement>
+            <requirement type="package" version="1.1.2">infernal</requirement>
+            <requirement type="package" version="8.22">gnu_coreutils</requirement>
+        </requirements>
+    </xml>
+    <token name="@VERSION@">1.1.2</token>
+    <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>