Mercurial > repos > iuc > mirmachine
changeset 4:c73e17fc5a77 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/mirmachine commit 4079726893896abcd8a0457563cd3c591f14638f
| author | iuc |
|---|---|
| date | Fri, 21 Nov 2025 21:32:49 +0000 |
| parents | b0d80d456120 |
| children | |
| files | macros.xml mirmachine.xml |
| diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Tue Jun 17 08:34:47 2025 +0000 +++ b/macros.xml Fri Nov 21 21:32:49 2025 +0000 @@ -1,5 +1,5 @@ <macros> - <token name="@TOOL_VERSION@">0.3.0.1</token> + <token name="@TOOL_VERSION@">0.3.0.2</token> <token name="@SUFFIX_VERSION@">0</token> <xml name="edam_ontology"> <edam_topics>
--- a/mirmachine.xml Tue Jun 17 08:34:47 2025 +0000 +++ b/mirmachine.xml Fri Nov 21 21:32:49 2025 +0000 @@ -71,7 +71,7 @@ <param name="a" value="true"/> <output name="gff_file"> <assert_contents> - <has_n_lines n="30" delta="0"/> + <has_n_lines n="24" delta="0"/> </assert_contents> </output> <output name="filtered_gff_file"> @@ -81,7 +81,7 @@ </output> <output name="fasta_file"> <assert_contents> - <has_n_lines n="36" delta="0"/> + <has_n_lines n="24" delta="0"/> </assert_contents> </output> </test>
