Mercurial > repos > iuc > funannotate_predict
changeset 9:d6c7106b7b2e draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/funannotate commit 90acc0e23230b2e29e1d38a90bca4009c84c7e67
author | iuc |
---|---|
date | Fri, 20 Oct 2023 10:08:19 +0000 |
parents | f31125bb85ea |
children | 1bc5a03faf2e |
files | funannotate_predict.xml macros.xml |
diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/funannotate_predict.xml Tue Apr 25 18:32:42 2023 +0000 +++ b/funannotate_predict.xml Fri Oct 20 10:08:19 2023 +0000 @@ -307,7 +307,7 @@ </outputs> <tests> <!-- training from scratch --> - <test> + <test expect_num_outputs="10"> <param name="input" value="genome_masked.fa" /> <param name="database" value="2021-07-20-120000" /> <section name="busco"> @@ -376,7 +376,7 @@ </test> <!-- pre-trained augustus --> - <test> + <test expect_num_outputs="10"> <param name="input" value="genome_masked.fa" /> <param name="database" value="2021-07-20-120000" /> <section name="organism"> @@ -441,7 +441,7 @@ </test> <!-- bam and transcripts and proteins --> - <test> + <test expect_num_outputs="10"> <param name="input" value="genome_masked.fa" /> <param name="database" value="2021-07-20-120000" /> <section name="organism"> @@ -517,7 +517,7 @@ </test> <!-- proteins --> - <test> + <test expect_num_outputs="10"> <param name="input" value="genome_masked.fa" /> <param name="database" value="2021-07-20-120000" /> <section name="organism">
--- a/macros.xml Tue Apr 25 18:32:42 2023 +0000 +++ b/macros.xml Fri Oct 20 10:08:19 2023 +0000 @@ -1,7 +1,7 @@ <?xml version="1.0"?> <macros> <token name="@TOOL_VERSION@">1.8.15</token> - <token name="@VERSION_SUFFIX@">1</token> + <token name="@VERSION_SUFFIX@">2</token> <xml name="requirements"> <requirement type="package" version="@TOOL_VERSION@">funannotate</requirement>