changeset 3:cb06fd12e746 draft

"planemo upload commit 4ea03fe4266665334b99b4a4d34e5845fe03d383"
author iuc
date Thu, 25 Nov 2021 16:14:48 +0000
parents a1a3f92159f7
children ca833dfb64bd
files funannotate_annotate.xml macros.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/funannotate_annotate.xml	Thu Nov 25 09:37:41 2021 +0000
+++ b/funannotate_annotate.xml	Thu Nov 25 16:14:48 2021 +0000
@@ -159,7 +159,7 @@
         <data name='contigs_fsa' format='fasta' label="${tool.name} on ${on_string}: contigs fasta, split at gaps" from_work_dir="out.contigs.fsa">
             <filter>outputs and 'contigs_fsa' in outputs</filter>
         </data>
-        <data name='agp' format='tabular' label="${tool.name} on ${on_string}: NCBI tbl annotation file" from_work_dir="out.agp">
+        <data name='agp' format='tabular' label="${tool.name} on ${on_string}: AGP file" from_work_dir="out.agp">
             <filter>outputs and 'agp' in outputs</filter>
         </data>
         <data name='tbl' format='txt' label="${tool.name} on ${on_string}: NCBI tbl annotation file" from_work_dir="out.tbl">
--- a/macros.xml	Thu Nov 25 09:37:41 2021 +0000
+++ b/macros.xml	Thu Nov 25 16:14:48 2021 +0000
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <macros>
     <token name="@TOOL_VERSION@">1.8.9</token>
-    <token name="@VERSION_SUFFIX@">1</token>
+    <token name="@VERSION_SUFFIX@">2</token>
 
     <xml name="requirements">
         <requirement type="package" version="@TOOL_VERSION@">funannotate</requirement>