diff macros.xml @ 1:b5066aa77fea draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit f7d83adb11624763b9b113f938a1d5f311c8f9fa-dirty
author iuc
date Sat, 19 Sep 2015 17:05:45 -0400
parents 62479bdcc059
children 54b6b4d0613a
line wrap: on
line diff
--- a/macros.xml	Tue May 12 15:04:26 2015 -0400
+++ b/macros.xml	Sat Sep 19 17:05:45 2015 -0400
@@ -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>