changeset 8:c6b5c2975e51 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 467268e67eacec382584d02a97d22fe34ded2f71
author iuc
date Fri, 18 Jul 2025 10:10:57 +0000
parents ca98fc5a5803
children
files macro.xml tooldistillator.xml
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/macro.xml	Tue Jul 15 09:51:02 2025 +0000
+++ b/macro.xml	Fri Jul 18 10:10:57 2025 +0000
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <macros>
     <token name="@TOOL_VERSION@">1.0.0</token>
-    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@VERSION_SUFFIX@">1</token>
     <token name="@PROFILE@">21.05</token>
     <xml name="version_command">
         <version_command><![CDATA[tooldistillator --version]]></version_command>
--- a/tooldistillator.xml	Tue Jul 15 09:51:02 2025 +0000
+++ b/tooldistillator.xml	Fri Jul 18 10:10:57 2025 +0000
@@ -672,7 +672,7 @@
                         <param argument="--fasta_bin_zip_folder_path" type="data" format="zip,tar,tar.gz" optional="true" multiple="false" label="Concoct bins in fasta format in ZIP folder" help="ZIP folder with bins in fasta format from Concoct"/>
                         <param argument="--contigs_cut_up_file_path" type="data" format="fasta" optional="true" multiple="false" label="Concoct FASTA contigs cut up file" help="Fasta file with contigs cut up from Concoct"/>
                         <param argument="--coordinates_cut_up_file_path" type="data" format="bed" optional="true" multiple="false" label="Concoct BED coordinates contigs cut up file" help="Coordinates contigs cut up in bed file from Concoct"/>
-                        <param argument="--coverage_table_file_path" type="data" format="tabular" optional="true" multiple="false" label="Concoct TABULAR covergae table file" help="Tabular file with coverage table from Concoct"/>
+                        <param argument="--coverage_table_file_path" type="data" format="tabular" optional="true" multiple="false" label="Concoct TABULAR coverage table file" help="Tabular file with coverage table from Concoct"/>
                         <param argument="--log_file_path" type="data" format="txt" optional="true" multiple="false" label="Concoct log file" help="Log file from Concoct"/>
                         <expand macro="analysis_software_version"/>
                         <expand macro="reference_database_version"/>
@@ -843,7 +843,7 @@
                         <expand macro="reference_database_version"/>
                     </when>
                     <when value="mmseqs2taxonomy">
-                        <param name="input" type="data" format="fasta" multiple="false" label="MMseqs2 taxonomy report file" help="taxonomy report file from MMseqs2 taxonomy module"/>
+                        <param name="input" type="data" format="txt,tabular" multiple="false" label="MMseqs2 taxonomy report file" help="taxonomy report file from MMseqs2 taxonomy module"/>
                         <param argument="--kraken_report_path" type="data" format="txt,tabular" optional="true" multiple="false" label="MMseqs2 taxonomy report file (kraken format)" help="Kraken taxonomy report from MMseqs2 taxonomy module"/>
                         <param argument="--krona_report_path" type="data" format="html" optional="true" multiple="false" label="MMseqs2 taxonomy report file (krona format)" help="Krona taxonomy report from MMseqs2 taxonomy module"/>
                         <expand macro="analysis_software_version"/>