Repository 'funannotate_predict'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/funannotate_predict

Changeset 9:d6c7106b7b2e (2023-10-20)
Previous changeset 8:f31125bb85ea (2023-04-25) Next changeset 10:1bc5a03faf2e (2023-11-01)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/funannotate commit 90acc0e23230b2e29e1d38a90bca4009c84c7e67
modified:
funannotate_predict.xml
macros.xml
b
diff -r f31125bb85ea -r d6c7106b7b2e funannotate_predict.xml
--- a/funannotate_predict.xml Tue Apr 25 18:32:42 2023 +0000
+++ b/funannotate_predict.xml Fri Oct 20 10:08:19 2023 +0000
b
@@ -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">
b
diff -r f31125bb85ea -r d6c7106b7b2e macros.xml
--- a/macros.xml Tue Apr 25 18:32:42 2023 +0000
+++ b/macros.xml Fri Oct 20 10:08:19 2023 +0000
b
@@ -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>