Repository 'hmmer3'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/hmmer3

Changeset 1:b5066aa77fea (2015-09-19)
Previous changeset 0:62479bdcc059 (2015-05-12) Next changeset 2:54b6b4d0613a (2015-10-01)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit f7d83adb11624763b9b113f938a1d5f311c8f9fa-dirty
modified:
hmmconvert.xml
hmmfetch.xml
macros.xml
b
diff -r 62479bdcc059 -r b5066aa77fea hmmconvert.xml
--- a/hmmconvert.xml Tue May 12 15:04:26 2015 -0400
+++ b/hmmconvert.xml Sat Sep 19 17:05:45 2015 -0400
b
@@ -20,10 +20,10 @@
     </param>
   </inputs>
   <outputs>
-    <data format="hmmer3" name="output" label="$msafile.name">
+    <data format="hmm3" name="output" label="$msafile.name">
       <change_format>
-        <when input="format" value="-a" format="hmmer3"/>
-        <when input="format" value="-2" format="hmmer2"/>
+        <when input="format" value="-a" format="hmm3"/>
+        <when input="format" value="-2" format="hmm2"/>
       </change_format>
     </data>
   </outputs>
b
diff -r 62479bdcc059 -r b5066aa77fea hmmfetch.xml
--- a/hmmfetch.xml Tue May 12 15:04:26 2015 -0400
+++ b/hmmfetch.xml Sat Sep 19 17:05:45 2015 -0400
b
@@ -15,7 +15,7 @@
     <param name="keyfile" type="data" format="tabular,txt" label="List of HMM names to extract"/>
   </inputs>
   <outputs>
-    <data format="hmmer3" name="output" label="Selected HMM Models from $hmmfile.name">
+    <data format="hmm3" name="output" label="Selected HMM Models from $hmmfile.name">
     </data>
   </outputs>
   <tests>
b
diff -r 62479bdcc059 -r b5066aa77fea macros.xml
--- a/macros.xml Tue May 12 15:04:26 2015 -0400
+++ b/macros.xml Sat Sep 19 17:05:45 2015 -0400
b
@@ -392,10 +392,11 @@
         help="(--w_length)" optional="True" type="integer" />
   </xml>
   <xml name="input_hmm">
-    <param name="hmmfile" type="data" label="HMM model" format="hmmer2,hmmer3"/>
+    <param name="hmmfile" type="data" label="HMM model" format="hmm2,hmm3"/>
   </xml>
   <xml name="input_msa">
-    <param name="msafile" type="data" label="MSA File" format="stockholm"/>
+    <param name="msafile" type="data" label="Multiple Sequence Alignment" format="stockholm,clustal,fasta"
+      help="in Stockholm, Clustal, or Fasta format. While this tool accepts fasta, please ensure that the sequences are not unaligned"/>
   </xml>