comparison resample.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 014a21767ac4
children 31a35811dda6
comparison
equal deleted inserted replaced
8:e6cbe3190642 9:df7356989ac1
3 <description>reduce numbers of points in a dataset before plotting</description> 3 <description>reduce numbers of points in a dataset before plotting</description>
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
7 <expand macro="requirements" /> 7 <expand macro="requirements" />
8 <edam_topics>
9 <edam_topic>topic_0797</edam_topic>
10 <edam_topic>topic_0092</edam_topic>
11 </edam_topics>
12 <edam_operations>
13 <edam_operation>operation_3436</edam_operation>
14 </edam_operations>
8 <command detect_errors="exit_code"><![CDATA[ 15 <command detect_errors="exit_code"><![CDATA[
9 resample 16 resample
10 -bin '$bins' 17 -bin '$bins'
11 $method 18 $method
12 < '$input' | sed 's/ /\t/g' > '$output' 19 < '$input' | sed 's/ /\t/g' > '$output'