# HG changeset patch
# User bgruening
# Date 1423815124 18000
# Node ID ffa96097e5b24a8b05121e23c160f2091f6e005f
# Parent c17ed5a530d2e0b930ec4e1ccce32c3372f8aa9e
Uploaded
diff -r c17ed5a530d2 -r ffa96097e5b2 cmalign.xml
--- a/cmalign.xml Fri Nov 08 10:48:11 2013 -0500
+++ b/cmalign.xml Fri Feb 13 03:12:04 2015 -0500
@@ -4,18 +4,19 @@
infernalinfernal
- gnu_coreutils
+ gnu_coreutils
+&1
+ 2>&1
;
## 1. replace all lines starting # (comment lines)
## 2. replace the first 18 spaces with tabs, 18th field is a free text field (can contain spaces)
sed -e 's/#.*$//' -e '/^$/d' -e 's/ /\t/g' -e 's/\t/ /18g' \$temp_tabular_output > $outfile
+]]>
@@ -82,32 +84,32 @@
-
-
-
-
-
-
-
-
-
@@ -181,7 +183,7 @@
-
@@ -194,6 +196,7 @@
+
diff -r c17ed5a530d2 -r ffa96097e5b2 cmbuild.xml
--- a/cmbuild.xml Fri Nov 08 10:48:11 2013 -0500
+++ b/cmbuild.xml Fri Feb 13 03:12:04 2015 -0500
@@ -4,14 +4,15 @@
infernalinfernal
- gnu_coreutils
+ gnu_coreutils
- cmbuild
+
-
@@ -69,13 +71,13 @@
-
-
@@ -91,7 +93,7 @@
-
@@ -104,16 +106,16 @@
-
-
-
-
@@ -138,10 +140,10 @@
-
-
@@ -149,14 +151,14 @@
-
-
@@ -179,6 +181,7 @@
+
diff -r c17ed5a530d2 -r ffa96097e5b2 cmsearch.xml
--- a/cmsearch.xml Fri Nov 08 10:48:11 2013 -0500
+++ b/cmsearch.xml Fri Feb 13 03:12:04 2015 -0500
@@ -1,21 +1,22 @@
against a sequence database (cmsearch)
-
+ infernalinfernal
- gnu_coreutils
+ gnu_coreutils
+&1
+ 2>&1
;
## 1. replace all lines starting # (comment lines)
## 2. replace the first 18 spaces with tabs, 18th field is a free text field (can contain spaces)
- sed -e 's/#.*$//' -e '/^$/d' -e 's/ /\t/g' -e 's/\t/ /18g' \$temp_tabular_output > $outfile
+ sed -e 's/#.*$//' -e '/^$/d' -e 's/\s\+/\t/g' -e 's/\t/ /18g' \$temp_tabular_output > $outfile
+]]>
@@ -83,32 +85,32 @@
-
-
-
-
-
-
-
-
-
@@ -131,7 +133,7 @@
-
+
@@ -161,7 +163,7 @@
-
+
@@ -182,7 +184,7 @@
-
@@ -195,13 +197,14 @@
+
diff -r c17ed5a530d2 -r ffa96097e5b2 cmstat.xml
--- a/cmstat.xml Fri Nov 08 10:48:11 2013 -0500
+++ b/cmstat.xml Fri Feb 13 03:12:04 2015 -0500
@@ -3,9 +3,10 @@
infernalinfernal
- gnu_coreutils
+ gnu_coreutils
+ $outfile
+]]>
@@ -50,6 +52,7 @@
+
diff -r c17ed5a530d2 -r ffa96097e5b2 readme.rst
--- a/readme.rst Fri Nov 08 10:48:11 2013 -0500
+++ b/readme.rst Fri Feb 13 03:12:04 2015 -0500
@@ -19,21 +19,16 @@
.. _Infernal: http://infernal.janelia.org/
-E. P. Nawrocki, D. L. Kolbe, and S. R. Eddy, Infernal 1.0: Inference of RNA alignments , Bioinformatics 25:1335-1337 (2009), .
+The recommended citation for using Infernal 1.1 is E. P. Nawrocki and S. R. Eddy, Infernal 1.1: 100-fold faster RNA homology searches , Bioinformatics 29:2933-2935 (2013).
============
Installation
============
-Please download install Infernal and the tool wrappers with the Galaxy Tool Shed:
+Please install Infernal and the tool wrappers with the Galaxy Tool Shed from
-=============
-Miscellaneous
-=============
-
-Included in that repository is a CM datatype for INFERNAL 1.1 and TOCKHOLM .
-If you need that datatype in an additionl package, I can source it out as separate package. Please contact me in that case.
+http://toolshed.g2.bx.psu.edu/view/bgruening/infernal
=======
@@ -43,27 +38,30 @@
- v1.1.0: Initial public release
+Bug Reports
+===========
+
+You can file an issue here https://github.com/bgruening/galaxytools/issues or ask
+us on the Galaxy development list http://lists.bx.psu.edu/listinfo/galaxy-dev
-===============================
-Wrapper Licence (MIT/BSD style)
-===============================
+Licence (MIT)
+=============
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
-Permission to use, copy, modify, and distribute this software and its
-documentation with or without modifications and for any purpose and
-without fee is hereby granted, provided that any copyright notices
-appear in all copies and that both those copyright notices and this
-permission notice appear in supporting documentation, and that the
-names of the contributors or copyright holders not be used in
-advertising or publicity pertaining to distribution of the software
-without specific prior permission.
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
-THE CONTRIBUTORS AND COPYRIGHT HOLDERS OF THIS SOFTWARE DISCLAIM ALL
-WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE
-CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT
-OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
-OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
-OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
-OR PERFORMANCE OF THIS SOFTWARE.
-
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff -r c17ed5a530d2 -r ffa96097e5b2 repository_dependencies.xml
--- a/repository_dependencies.xml Fri Nov 08 10:48:11 2013 -0500
+++ b/repository_dependencies.xml Fri Feb 13 03:12:04 2015 -0500
@@ -1,4 +1,4 @@
-
+
diff -r c17ed5a530d2 -r ffa96097e5b2 tool_dependencies.xml
--- a/tool_dependencies.xml Fri Nov 08 10:48:11 2013 -0500
+++ b/tool_dependencies.xml Fri Feb 13 03:12:04 2015 -0500
@@ -1,9 +1,9 @@
-
+
-
-
+
+