Repository 'infernal'
hg clone https://toolshed.g2.bx.psu.edu/repos/bgruening/infernal

Changeset 2:fac157e22e1b (2015-02-13)
Previous changeset 1:55bb96edfc07 (2014-04-24) Next changeset 3:2c2c5e5e495b (2016-03-04)
Commit message:
Uploaded
modified:
cmalign.xml
cmbuild.xml
cmsearch.xml
cmstat.xml
repository_dependencies.xml
tool_dependencies.xml
b
diff -r 55bb96edfc07 -r fac157e22e1b cmalign.xml
--- a/cmalign.xml Thu Apr 24 15:02:05 2014 -0400
+++ b/cmalign.xml Fri Feb 13 03:10:51 2015 -0500
[
b'@@ -4,18 +4,19 @@\n     <requirements>\n         <requirement type="package">infernal</requirement>\n         <requirement type="package" version="1.1">infernal</requirement>\n-        <requirement type="package" version="8.21">gnu_coreutils</requirement>\n+        <requirement type="package" version="8.22">gnu_coreutils</requirement>\n     </requirements>\n     <command>\n+<![CDATA[\n         ## a temp file is needed, because the standard tabular output from infernal is not usefull in Galaxy\n         ## it will be converted to a tab delimited file and piped to Galaxy\n         temp_tabular_output=\\$(mktemp);\n \n-        cmsearch \n+        cmsearch\n             ## Infernal Options\n             --cpu "\\${GALAXY_SLOTS:-12}"\n             -o /dev/null\n-            --tformat $seqdb.ext ##target format: fasta, embl, genbank, ddbj, stockholm, pfam, a2m, afa, clustal, and phylip \n+            --tformat $seqdb.ext ##target format: fasta, embl, genbank, ddbj, stockholm, pfam, a2m, afa, clustal, and phylip\n             $bottomonly\n             $toponly\n             $cyk\n@@ -52,13 +53,14 @@\n \n             ## sequence file\n             $seqdb\n-            2>&#38;1\n+            2>&1\n             ;\n \n             ## 1. replace all lines starting # (comment lines)\n             ## 2. replace the first 18 spaces with tabs, 18th field is a free text field (can contain spaces)\n             sed -e \'s/#.*$//\' -e \'/^$/d\' -e \'s/ /\\t/g\' -e \'s/\\t/ /18g\' \\$temp_tabular_output > $outfile\n \n+]]>\n     </command>\n         <inputs>\n \n@@ -82,32 +84,32 @@\n                 </when>\n             </conditional>\n \n-            <param name="g" truevalue="-g" falsevalue="" checked="False" type="boolean" \n+            <param name="g" truevalue="-g" falsevalue="" checked="False" type="boolean"\n                 label="Turn on the glocal alignment algorithm" help="... global with respect to the query model and local with respect to the target database."/>\n \n-            <param name="bottomonly" truevalue="--bottomonly" falsevalue="" checked="False" type="boolean" \n+            <param name="bottomonly" truevalue="--bottomonly" falsevalue="" checked="False" type="boolean"\n                 label="Only search the bottom (Crick) strand of target sequences" help="in the sequence database"/>\n-            <param name="toponly" truevalue="--toponly" falsevalue="" checked="False" type="boolean" \n+            <param name="toponly" truevalue="--toponly" falsevalue="" checked="False" type="boolean"\n                 label="Only search the top (Watson) strand of target sequences" help="in the sequence database"/>\n \n-            <param name="cyk" truevalue="--cyk" falsevalue="" checked="False" type="boolean" \n+            <param name="cyk" truevalue="--cyk" falsevalue="" checked="False" type="boolean"\n                 label="Use the CYK algorithm, not Inside, to determine the final score of all hits" help=""/>\n-            <param name="--acyk" truevalue="--cyk" falsevalue="" checked="False" type="boolean" \n+            <param name="--acyk" truevalue="--cyk" falsevalue="" checked="False" type="boolean"\n                 label="Use the CYK algorithm to align hits" help="By default, the Durbin/Holmes optimal accuracy algorithm is used, which finds the alignment that maximizes the expected accuracy of all aligned residues."/>\n \n-            <param name="notrunc" truevalue="--notrunc" falsevalue="" checked="False" type="boolean" \n+            <param name="notrunc" truevalue="--notrunc" falsevalue="" checked="False" type="boolean"\n                 label="Turn off truncated hit detection" help=""/>\n \n             <!-- accelleration pipeline -->\n \n-            <param name="max" truevalue="--max" falsevalue="" checked="False" type="boolean" \n+            <param name="max" truevalue="--max" falsevalue="" checked="False" type="boolean"\n                 label="Turn off all filters, and run non-banded Inside on every full-length target sequence" help="This\n                 increases sensitivity somewhat, at an'..b' checked="False" type="boolean"\n                 label="Turn off the HMM SSV and Viterbi filter stages" help=""/>\n \n \n@@ -181,7 +183,7 @@\n                 </when>\n             </conditional>\n \n-            <param name="A" truevalue="-A" falsevalue="" checked="False" type="boolean" \n+            <param name="A" truevalue="-A" falsevalue="" checked="False" type="boolean"\n                 label="Save a multiple alignment of all significant hits" help="... those satisfying inclusion thresholds"/>\n \n         </inputs>\n@@ -194,6 +196,7 @@\n \n     </outputs>\n     <help>\n+<![CDATA[\n \n \n **What it does**\n@@ -345,8 +348,8 @@\n (7) mdl to (model coord): The end of the alignment of this hit with respect to the profile (CM or HMM), numbered 1..N for a profile of N consensus positions.\n (8) seq from (ali coord): The start of the alignment of this hit with respect to the sequence, numbered 1..L for a sequence of L residues.\n (9) seq to (ali coord): The end of the alignment of this hit with respect to the sequence, numbered 1..L for a sequence of L residues.\n-(10) strand: The strand on which the hit occurs on the sequence. \xe2\x80\x99+\xe2\x80\x99 if the hit is on the top (Watson) strand, \xe2\x80\x99-\xe2\x80\x99 if the hit is on the bottom (Crick) strand. If on the top strand, the \xe2\x80\x9cseq from\xe2\x80\x9d value will be less than or equal to the \xe2\x80\x9cseq to\xe2\x80\x9d value, else it will be greater than or equal to it. \n-(11) trunc: Indicates if this is predicted to be a truncated CM hit or not. This will be \xe2\x80\x9cno\xe2\x80\x9d if it is a CM hit that is not predicted to be truncated by the end of the sequence, \xe2\x80\x9c5\xe2\x80\x99 \xe2\x80\x9d or \xe2\x80\x9c3\xe2\x80\x99 \xe2\x80\x9d if the hit is predicted to have one or more 5\xe2\x80\x99 or 3\xe2\x80\x99 residues missing due to a artificial truncation of the sequence, or \xe2\x80\x9c5\xe2\x80\x99&amp;3\xe2\x80\x9d\xe2\x80\x99 if the hit is predicted to have one or more 5\xe2\x80\x99 residues missing and one or more 3\xe2\x80\x99 residues missing. If the hit is an HMM hit, this will always be \xe2\x80\x99-\xe2\x80\x99.\n+(10) strand: The strand on which the hit occurs on the sequence. \xe2\x80\x99+\xe2\x80\x99 if the hit is on the top (Watson) strand, \xe2\x80\x99-\xe2\x80\x99 if the hit is on the bottom (Crick) strand. If on the top strand, the \xe2\x80\x9cseq from\xe2\x80\x9d value will be less than or equal to the \xe2\x80\x9cseq to\xe2\x80\x9d value, else it will be greater than or equal to it.\n+(11) trunc: Indicates if this is predicted to be a truncated CM hit or not. This will be \xe2\x80\x9cno\xe2\x80\x9d if it is a CM hit that is not predicted to be truncated by the end of the sequence, \xe2\x80\x9c5\xe2\x80\x99 \xe2\x80\x9d or \xe2\x80\x9c3\xe2\x80\x99 \xe2\x80\x9d if the hit is predicted to have one or more 5\xe2\x80\x99 or 3\xe2\x80\x99 residues missing due to a artificial truncation of the sequence, or \xe2\x80\x9c5\xe2\x80\x99&3\xe2\x80\x9d\xe2\x80\x99 if the hit is predicted to have one or more 5\xe2\x80\x99 residues missing and one or more 3\xe2\x80\x99 residues missing. If the hit is an HMM hit, this will always be \xe2\x80\x99-\xe2\x80\x99.\n (12) pass: Indicates what \xe2\x80\x9cpass\xe2\x80\x9d of the pipeline the hit was detected on. This is probably only useful for testing and debugging. Non-truncated hits are found on the first pass, truncated hits are found on successive passes.\n (13) gc: Fraction of G and C nucleotides in the hit.\n (14) bias: The biased-composition correction: the bit score difference contributed by the null3 model for CM hits, or the null2 model for HMM hits. High bias scores may be a red flag for a false positive. It is difficult to correct for all possible ways in which a nonrandom but nonhomologous biological sequences can appear to be similar, such as short-period tandem repeats, so there are cases where the bias correction is not strong enough (creating false positives).\n@@ -364,11 +367,12 @@\n How do I cite Infernal?\n -----------------------\n \n-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). \n+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).\n \n **Galaxy Wrapper Author**::\n \n     *  Bjoern Gruening, University of Freiburg\n \n+]]>\n     </help>\n </tool>\n'
b
diff -r 55bb96edfc07 -r fac157e22e1b cmbuild.xml
--- a/cmbuild.xml Thu Apr 24 15:02:05 2014 -0400
+++ b/cmbuild.xml Fri Feb 13 03:10:51 2015 -0500
[
@@ -4,14 +4,15 @@
     <requirements>
         <requirement type="package">infernal</requirement>
         <requirement type="package" version="1.1">infernal</requirement>
-        <requirement type="package" version="8.21">gnu_coreutils</requirement>
+        <requirement type="package" version="8.22">gnu_coreutils</requirement>
     </requirements>
     <command>
-        cmbuild 
+<![CDATA[
+        cmbuild
             #if $is_summery_output:
                 -o $summary_outfile
             #end if
-            
+
             ## to many outputs, is that one really needed?
             ##-O $annotated_source_alignment_outfile
 
@@ -55,10 +56,11 @@
 
             $cmfile_outfile
             $alignment_infile
-            
+
+]]>
     </command>
         <inputs>
-            <!-- Stockholm or SELEX 
+            <!-- Stockholm or SELEX
             SELEX is defined in EMBOSS datatypes
             -->
             <param name="alignment_infile" type="data" format="stockholm,selex" label="Sequence database"/>
@@ -69,13 +71,13 @@
                     <option value="--hand">user defined (--hand)</option>
                 </param>
                 <when value="--fast">
-                    <param name="symfrac" type="float" value="0.5" size="5" 
+                    <param name="symfrac" type="float" value="0.5" size="5"
                         label="Define the residue fraction threshold necessary to define a consensus (--symfrac)" help=""/>
                 </when>
                 <when value="--hand"/>
             </conditional>
 
-            <param name="noss" truevalue="--noss" falsevalue="" checked="False" type="boolean" 
+            <param name="noss" truevalue="--noss" falsevalue="" checked="False" type="boolean"
                 label="Ignore the secondary structure annotation, if any, in your multiple alignment file (--noss)" help=""/>
 
             <conditional name="relative_weights_opts">
@@ -91,7 +93,7 @@
                 <when value="--wnone"/>
                 <when value="--wgiven"/>
                 <when value="--wblosum">
-                    <param name="wid" type="float" value="0.5" size="5" 
+                    <param name="wid" type="float" value="0.5" size="5"
                         label="Percent identity for clustering the alignment (--wid)" help=""/>
                 </when>
             </conditional>
@@ -104,16 +106,16 @@
                 </param>
                 <when value="--enone"/>
                 <when value="--eent">
-                    <param name="ere" type="float" value="0.59" size="5" 
+                    <param name="ere" type="float" value="0.59" size="5"
                         label="Set the target mean match state relative entropy (--ere)" help=""/>
 
-                    <param name="eminseq" type="integer" value="" size="5" 
+                    <param name="eminseq" type="integer" value="" size="5"
                         label="Define the minimum allowed effective sequence number (--eminseq)" help=""/>
 
-                    <param name="ehmmre" type="float" value="" size="5" 
+                    <param name="ehmmre" type="float" value="" size="5"
                         label="Set the target HMM mean match state relative entropy (--ehmmre)" help=""/>
 
-                    <param name="eset" type="integer" value="" size="5" 
+                    <param name="eset" type="integer" value="" size="5"
                         label="Set the effective sequence number for entropy weighting (--eset)" help=""/>
                 </when>
             </conditional>
@@ -138,10 +140,10 @@
                         </when>
                     </conditional>
 
-                    <param name="l" truevalue="-l" falsevalue="" checked="False" type="boolean" 
+                    <param name="l" truevalue="-l" falsevalue="" checked="False" type="boolean"
                         label="Turn on the local alignment algorithm" help="... which allows the alignment to span two or more subsequences if necessary"/>
 
-                    <param name="notrunc" truevalue="--notrunc" falsevalue="" checked="False" type="boolean" 
+                    <param name="notrunc" truevalue="--notrunc" falsevalue="" checked="False" type="boolean"
                         label="Turn off the truncated alignment algorithm" help=""/>
 
                     <param name="cyk" type="select" label="Options for refining the input alignment" help="">
@@ -149,14 +151,14 @@
                         <option value="--cyk">align with the CYK algorithm</option>
                     </param>
 
-                    <param name="refine_output" truevalue="" falsevalue="" checked="False" type="boolean" 
+                    <param name="refine_output" truevalue="" falsevalue="" checked="False" type="boolean"
                         label="Output the refined alignment file as it is used to build the covariance model" help=""/>
 
                 </when>
             </conditional>
 
 
-            <param name="is_summery_output" truevalue="" falsevalue="" checked="False" type="boolean" 
+            <param name="is_summery_output" truevalue="" falsevalue="" checked="False" type="boolean"
                 label="Output a summery file?" help=""/>
 
         </inputs>
@@ -179,6 +181,7 @@
 
     </outputs>
     <help>
+<![CDATA[
 
 
 **What it does**
@@ -261,11 +264,12 @@
 How do I cite Infernal?
 -----------------------
 
-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). 
+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).
 
 **Galaxy Wrapper Author**::
 
     *  Bjoern Gruening, University of Freiburg
 
+]]>
     </help>
 </tool>
b
diff -r 55bb96edfc07 -r fac157e22e1b cmsearch.xml
--- a/cmsearch.xml Thu Apr 24 15:02:05 2014 -0400
+++ b/cmsearch.xml Fri Feb 13 03:10:51 2015 -0500
[
b'@@ -1,21 +1,22 @@\n <tool id="infernal_cmsearch" name="Search covariance model(s)" version="1.1.0.2">\n     <description>against a sequence database (cmsearch)</description>\n-    <parallelism method="multi" split_inputs="seqdb" split_mode="to_size" split_size="100" shared_inputs="" merge_outputs="outfile,multiple_alignment_output"></parallelism>\n+    <parallelism method="multi" split_inputs="seqdb" split_mode="to_size" split_size="500" shared_inputs="" merge_outputs="outfile,multiple_alignment_output"></parallelism>\n     <requirements>\n         <requirement type="package">infernal</requirement>\n         <requirement type="package" version="1.1">infernal</requirement>\n-        <requirement type="package" version="8.21">gnu_coreutils</requirement>\n+        <requirement type="package" version="8.22">gnu_coreutils</requirement>\n     </requirements>\n     <command>\n+<![CDATA[\n         ## a temp file is needed, because the standard tabular output from infernal is not usefull in Galaxy\n         ## it will be converted to a tab delimited file and piped to Galaxy\n         temp_tabular_output=\\$(mktemp);\n \n-        cmsearch \n+        cmsearch\n             ## Infernal Options\n             --cpu "\\${GALAXY_SLOTS:-12}"\n             -o /dev/null\n-            --tformat $seqdb.ext ##target format: fasta, embl, genbank, ddbj, stockholm, pfam, a2m, afa, clustal, and phylip \n+            --tformat $seqdb.ext ##target format: fasta, embl, genbank, ddbj, stockholm, pfam, a2m, afa, clustal, and phylip\n             $bottomonly\n             $toponly\n             $cyk\n@@ -52,13 +53,14 @@\n \n             ## sequence file\n             $seqdb\n-            2>&#38;1\n+            2>&1\n             ;\n \n             ## 1. replace all lines starting # (comment lines)\n             ## 2. replace the first 18 spaces with tabs, 18th field is a free text field (can contain spaces)\n             sed -e \'s/#.*$//\' -e \'/^$/d\' -e \'s/\\s\\+/\\t/g\' -e \'s/\\t/ /18g\' \\$temp_tabular_output > $outfile\n \n+]]>\n     </command>\n         <inputs>\n \n@@ -83,32 +85,32 @@\n                 </when>\n             </conditional>\n \n-            <param name="g" truevalue="-g" falsevalue="" checked="False" type="boolean" \n+            <param name="g" truevalue="-g" falsevalue="" checked="False" type="boolean"\n                 label="Turn on the glocal alignment algorithm" help="... global with respect to the query model and local with respect to the target database."/>\n \n-            <param name="bottomonly" truevalue="--bottomonly" falsevalue="" checked="False" type="boolean" \n+            <param name="bottomonly" truevalue="--bottomonly" falsevalue="" checked="False" type="boolean"\n                 label="Only search the bottom (Crick) strand of target sequences" help="in the sequence database"/>\n-            <param name="toponly" truevalue="--toponly" falsevalue="" checked="False" type="boolean" \n+            <param name="toponly" truevalue="--toponly" falsevalue="" checked="False" type="boolean"\n                 label="Only search the top (Watson) strand of target sequences" help="in the sequence database"/>\n \n-            <param name="cyk" truevalue="--cyk" falsevalue="" checked="False" type="boolean" \n+            <param name="cyk" truevalue="--cyk" falsevalue="" checked="False" type="boolean"\n                 label="Use the CYK algorithm, not Inside, to determine the final score of all hits" help=""/>\n-            <param name="--acyk" truevalue="--cyk" falsevalue="" checked="False" type="boolean" \n+            <param name="--acyk" truevalue="--cyk" falsevalue="" checked="False" type="boolean"\n                 label="Use the CYK algorithm to align hits" help="By default, the Durbin/Holmes optimal accuracy algorithm is used, which finds the alignment that maximizes the expected accuracy of all aligned residues."/>\n \n-            <param name="notrunc" truevalue="--notrunc" falsevalue="" checked="False" type="boolean" \n+            <param name="notrunc" truevalue="--notrunc" falsevalue="" checked'..b' the alignment are modeled as dependent on one another, allowing Infernal\xe2\x80\x99s scoring system to\n consider the secondary structure, in addition to the primary sequence, of the family being modeled. Infernal\n@@ -209,7 +212,7 @@\n grammar (SCFG) (Lari and Young, 1990).\n \n Compared to other alignment and database search tools based only on sequence comparison, Infernal\n-aims to be significantly more accurate and more able to detect remote homologs because it models sequence \n+aims to be significantly more accurate and more able to detect remote homologs because it models sequence\n and structure.\n \n \n@@ -225,8 +228,8 @@\n (7) mdl to (model coord): The end of the alignment of this hit with respect to the profile (CM or HMM), numbered 1..N for a profile of N consensus positions.\n (8) seq from (ali coord): The start of the alignment of this hit with respect to the sequence, numbered 1..L for a sequence of L residues.\n (9) seq to (ali coord): The end of the alignment of this hit with respect to the sequence, numbered 1..L for a sequence of L residues.\n-(10) strand: The strand on which the hit occurs on the sequence. \xe2\x80\x99+\xe2\x80\x99 if the hit is on the top (Watson) strand, \xe2\x80\x99-\xe2\x80\x99 if the hit is on the bottom (Crick) strand. If on the top strand, the \xe2\x80\x9cseq from\xe2\x80\x9d value will be less than or equal to the \xe2\x80\x9cseq to\xe2\x80\x9d value, else it will be greater than or equal to it. \n-(11) trunc: Indicates if this is predicted to be a truncated CM hit or not. This will be \xe2\x80\x9cno\xe2\x80\x9d if it is a CM hit that is not predicted to be truncated by the end of the sequence, \xe2\x80\x9c5\xe2\x80\x99 \xe2\x80\x9d or \xe2\x80\x9c3\xe2\x80\x99 \xe2\x80\x9d if the hit is predicted to have one or more 5\xe2\x80\x99 or 3\xe2\x80\x99 residues missing due to a artificial truncation of the sequence, or \xe2\x80\x9c5\xe2\x80\x99&amp;3\xe2\x80\x9d\xe2\x80\x99 if the hit is predicted to have one or more 5\xe2\x80\x99 residues missing and one or more 3\xe2\x80\x99 residues missing. If the hit is an HMM hit, this will always be \xe2\x80\x99-\xe2\x80\x99.\n+(10) strand: The strand on which the hit occurs on the sequence. \xe2\x80\x99+\xe2\x80\x99 if the hit is on the top (Watson) strand, \xe2\x80\x99-\xe2\x80\x99 if the hit is on the bottom (Crick) strand. If on the top strand, the \xe2\x80\x9cseq from\xe2\x80\x9d value will be less than or equal to the \xe2\x80\x9cseq to\xe2\x80\x9d value, else it will be greater than or equal to it.\n+(11) trunc: Indicates if this is predicted to be a truncated CM hit or not. This will be \xe2\x80\x9cno\xe2\x80\x9d if it is a CM hit that is not predicted to be truncated by the end of the sequence, \xe2\x80\x9c5\xe2\x80\x99 \xe2\x80\x9d or \xe2\x80\x9c3\xe2\x80\x99 \xe2\x80\x9d if the hit is predicted to have one or more 5\xe2\x80\x99 or 3\xe2\x80\x99 residues missing due to a artificial truncation of the sequence, or \xe2\x80\x9c5\xe2\x80\x99&3\xe2\x80\x9d\xe2\x80\x99 if the hit is predicted to have one or more 5\xe2\x80\x99 residues missing and one or more 3\xe2\x80\x99 residues missing. If the hit is an HMM hit, this will always be \xe2\x80\x99-\xe2\x80\x99.\n (12) pass: Indicates what \xe2\x80\x9cpass\xe2\x80\x9d of the pipeline the hit was detected on. This is probably only useful for testing and debugging. Non-truncated hits are found on the first pass, truncated hits are found on successive passes.\n (13) gc: Fraction of G and C nucleotides in the hit.\n (14) bias: The biased-composition correction: the bit score difference contributed by the null3 model for CM hits, or the null2 model for HMM hits. High bias scores may be a red flag for a false positive. It is difficult to correct for all possible ways in which a nonrandom but nonhomologous biological sequences can appear to be similar, such as short-period tandem repeats, so there are cases where the bias correction is not strong enough (creating false positives).\n@@ -244,11 +247,12 @@\n How do I cite Infernal?\n -----------------------\n \n-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). \n+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).\n \n **Galaxy Wrapper Author**::\n \n     *  Bjoern Gruening, University of Freiburg\n \n+]]>\n     </help>\n </tool>\n'
b
diff -r 55bb96edfc07 -r fac157e22e1b cmstat.xml
--- a/cmstat.xml Thu Apr 24 15:02:05 2014 -0400
+++ b/cmstat.xml Fri Feb 13 03:10:51 2015 -0500
[
@@ -3,9 +3,10 @@
     <requirements>
         <requirement type="package">infernal</requirement>
         <requirement type="package" version="1.1">infernal</requirement>
-        <requirement type="package" version="8.21">gnu_coreutils</requirement>
+        <requirement type="package" version="8.22">gnu_coreutils</requirement>
     </requirements>
     <command>
+<![CDATA[
         ## a temp file is needed, because the standard tabular output from infernal is not usefull in Galaxy
         ## it will be converted to a tab delimited file and piped to Galaxy
         temp_tabular_output=\$(mktemp);
@@ -25,6 +26,7 @@
             ## 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
 
+]]>
     </command>
         <inputs>
             <conditional name="cm_opts">
@@ -50,6 +52,7 @@
         <data format="tabular" name="outfile" label="cmstat on ${on_string}"/>
     </outputs>
     <help>
+<![CDATA[
 
 
 **What it does**
@@ -61,7 +64,7 @@
 -------------
 
 By default, cmstat prints general statistics of the model and the alignment it was built from, one line per model in a
-tabular format. 
+tabular format.
 
 The columns are:
 
@@ -91,11 +94,12 @@
 How do I cite Infernal?
 -----------------------
 
-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). 
+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).
 
 **Galaxy Wrapper Author**::
 
     *  Bjoern Gruening, University of Freiburg
 
+]]>
     </help>
 </tool>
b
diff -r 55bb96edfc07 -r fac157e22e1b repository_dependencies.xml
--- a/repository_dependencies.xml Thu Apr 24 15:02:05 2014 -0400
+++ b/repository_dependencies.xml Fri Feb 13 03:10:51 2015 -0500
b
@@ -1,4 +1,4 @@
 <?xml version="1.0"?>
 <repositories description="This requires the datatype definitions for Multiple Sequence Alignment (MSA) formats (e.g. STOCKHOLM, SELEX, ClustalW).">
-    <repository changeset_revision="70227007b991" name="msa_datatypes" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu" />
+    <repository changeset_revision="70227007b991" name="msa_datatypes" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" />
 </repositories>
b
diff -r 55bb96edfc07 -r fac157e22e1b tool_dependencies.xml
--- a/tool_dependencies.xml Thu Apr 24 15:02:05 2014 -0400
+++ b/tool_dependencies.xml Fri Feb 13 03:10:51 2015 -0500
b
@@ -1,9 +1,9 @@
 <?xml version="1.0"?>
 <tool_dependency>
     <package name="infernal" version="1.1">
-        <repository changeset_revision="b5c01b683dc9" name="package_infernal_1_1" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu" />
+        <repository changeset_revision="b5c01b683dc9" name="package_infernal_1_1" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" />
     </package>
-    <package name="gnu_coreutils" version="8.21">
-        <repository changeset_revision="5f6c9b57f32b" name="package_gnu_coreutils_8_21" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu" />
+    <package name="gnu_coreutils" version="8.22">
+        <repository changeset_revision="ac64dfe4b1fb" name="package_gnu_coreutils_8_22" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" />
     </package>
 </tool_dependency>