Mercurial > repos > iuc > hmmer_hmmbuild
diff hmmbuild.xml @ 7:e0cb3d4bc688 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 7d31599a80c15f11ed00b2b3cbfb77ed6dfc8f3d"
| author | iuc |
|---|---|
| date | Tue, 16 Jun 2020 09:25:45 +0000 |
| parents | e0d61496438d |
| children | 84159da667ec |
line wrap: on
line diff
--- a/hmmbuild.xml Mon Jun 11 15:48:52 2018 -0400 +++ b/hmmbuild.xml Tue Jun 16 09:25:45 2020 +0000 @@ -54,13 +54,27 @@ <test> <param name="msafile" value="globins4.sto"/> <expand macro="seed_test" /> - <output name="hmmout" file="globins4.hmm" lines_diff="10"/> + <output name="hmmout" file="globins4.hmm" compare="sim_size"> + <assert_contents> + <has_line_matching expression="HMMER3/f.*"/> + <has_line_matching expression="ALPH amino"/> + <has_line_matching expression="NSEQ 4"/> + <has_line_matching expression="//"/> + </assert_contents> + </output> </test> <test> <param name="msafile" value="MADE1.sto"/> <param name="input_format_select" value="--dna"/> <expand macro="seed_test" /> - <output name="hmmout" file="MADE1.hmm" lines_diff="14"/> + <output name="hmmout" file="MADE1.hmm" compare="sim_size"> + <assert_contents> + <has_line_matching expression="HMMER3/f.*"/> + <has_line_matching expression="ALPH DNA"/> + <has_line_matching expression="NSEQ 1997"/> + <has_line_matching expression="//"/> + </assert_contents> + </output> </test> </tests> <help><