Mercurial > repos > iuc > hmmer3
diff macros.xml @ 1:79523243a079 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 45a64d82dfada34d826be98a1f7a0657f9148d59
| author | iuc |
|---|---|
| date | Sat, 30 May 2015 22:48:44 -0400 |
| parents | afd1fd3095ad |
| children | ef9501a30bfe |
line wrap: on
line diff
--- a/macros.xml Tue May 12 14:59:50 2015 -0400 +++ b/macros.xml Sat May 30 22:48:44 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>
