comparison cluster_table2krona_format.xml @ 30:cab41d23e2a3 draft

planemo upload commit 20bdf879b52796d3fb251a20807191ff02084d3c-dirty
author petr-novak
date Thu, 03 Aug 2023 08:40:38 +0000
parents 58807b35777a
children
comparison
equal deleted inserted replaced
29:53dc6aef5441 30:cab41d23e2a3
1 <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"> 1 <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">
2 <requirements>
3 <requirement type="package" version="3">python</requirement>
4 </requirements>
2 <required_files> 5 <required_files>
3 <include type="literal" path="cluster_table2krona_format.py"/> 6 <include type="literal" path="cluster_table2krona_format.py"/>
4 </required_files> 7 </required_files>
5 <command detect_errors="exit_code"><![CDATA[ 8 <command detect_errors="exit_code"><![CDATA[
6 python '$__tool_directory__'/cluster_table2krona_format.py --input ${input} --output ${output} 9 python '$__tool_directory__'/cluster_table2krona_format.py --input ${input} --output ${output}