Mercurial > repos > petr-novak > re_utils
comparison 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 |
comparison
equal
deleted
inserted
replaced
21:f4ed6a65a2ff | 22:58807b35777a |
---|---|
1 <tool id="cluster_table2krona_format" name="Convert RepeatExplorer2 CLUSTER_table.csv to Krona formatted input " version="1.0.0" 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 <required_files> | |
3 <include type="literal" path="cluster_table2krona_format.py"/> | |
4 </required_files> | |
2 <command detect_errors="exit_code"><![CDATA[ | 5 <command detect_errors="exit_code"><![CDATA[ |
3 $__tool_directory__/cluster_table2krona_format.py --input ${input} --output ${output} | 6 python '$__tool_directory__'/cluster_table2krona_format.py --input ${input} --output ${output} |
4 #if $column == "Final_annotation" | 7 #if $column == "Final_annotation" |
5 -m | 8 -m |
6 #end if | 9 #end if |
7 ]]></command> | 10 ]]></command> |
8 <inputs> | 11 <inputs> |