comparison tableviewer.xml @ 9:df7356989ac1 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/circos commit 041a4d1618298f540e3917f00781e09ec7d71b75"
author iuc
date Mon, 23 Nov 2020 10:56:29 +0000
parents fd59d783248a
children 290a11559985
comparison
equal deleted inserted replaced
8:e6cbe3190642 9:df7356989ac1
2 <tool id="circos_tableviewer" name="Circos: Table viewer" version="@WRAPPER_VERSION@"> 2 <tool id="circos_tableviewer" name="Circos: Table viewer" version="@WRAPPER_VERSION@">
3 <description>easily creates circos plots from tabular data</description> 3 <description>easily creates circos plots from tabular data</description>
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
7 <edam_topics>
8 <edam_topic>topic_0797</edam_topic>
9 <edam_topic>topic_0092</edam_topic>
10 </edam_topics>
11 <edam_operations>
12 <edam_operation>operation_0337</edam_operation>
13 </edam_operations>
7 <expand macro="requirements" /> 14 <expand macro="requirements" />
8 <command detect_errors="exit_code"><![CDATA[ 15 <command detect_errors="exit_code"><![CDATA[
9 mkdir -p circos/data/ && 16 mkdir -p circos/data/ &&
10 mkdir -p circos/etc/ && 17 mkdir -p circos/etc/ &&
11 cp '$circos_conf' circos/etc/circos.conf && 18 cp '$circos_conf' circos/etc/circos.conf &&