Mercurial > repos > petr-novak > re_utils
diff cluster_table2krona_format.xml @ 22:58807b35777a draft
planemo upload commit 20bdf879b52796d3fb251a20807191ff02084d3c-dirty
author | petr-novak |
---|---|
date | Wed, 02 Aug 2023 11:31:12 +0000 |
parents | d14b68e9fd1d |
children | cab41d23e2a3 |
line wrap: on
line diff
--- a/cluster_table2krona_format.xml Thu Jul 27 09:46:13 2023 +0000 +++ b/cluster_table2krona_format.xml Wed Aug 02 11:31:12 2023 +0000 @@ -1,6 +1,9 @@ -<tool id="cluster_table2krona_format" name="Convert RepeatExplorer2 CLUSTER_table.csv to Krona formatted input " version="1.0.0" python_template_version="3.5"> +<tool id="cluster_table2krona_format" name="Convert RepeatExplorer2 CLUSTER_table.csv to Krona formatted input " version="1.0.0.3" python_template_version="3.5"> + <required_files> + <include type="literal" path="cluster_table2krona_format.py"/> + </required_files> <command detect_errors="exit_code"><![CDATA[ - $__tool_directory__/cluster_table2krona_format.py --input ${input} --output ${output} + python '$__tool_directory__'/cluster_table2krona_format.py --input ${input} --output ${output} #if $column == "Final_annotation" -m #end if