Mercurial > repos > iuc > hmmer_hmmconvert
diff hmmconvert.xml @ 2:a7ba063b028c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4261b86af790a3535c0b9a8122f92225f8f67b47
| author | iuc |
|---|---|
| date | Sat, 25 Jun 2016 15:02:20 -0400 |
| parents | 8fa154eef50f |
| children | 7f9c56f02437 |
line wrap: on
line diff
--- a/hmmconvert.xml Mon Oct 19 21:10:04 2015 -0400 +++ b/hmmconvert.xml Sat Jun 25 15:02:20 2016 -0400 @@ -20,7 +20,7 @@ </param> </inputs> <outputs> - <data format="hmm3" name="output" label="$msafile.name"> + <data format="hmm3" name="output" label="$hmmfile.name"> <change_format> <when input="format" value="-a" format="hmm3"/> <when input="format" value="-2" format="hmm2"/> @@ -29,7 +29,7 @@ </outputs> <tests> <test> - <param name="msafile" value="globins4.hmm"/> + <param name="hmmfile" value="globins4.hmm"/> <param name="format" value="-2"/> <output name="output" file="globins4.hmm2"/> </test>
