comparison heatmap.xml @ 3:cf72f579d100 draft default tip

planemo upload for repository https://github.com/artbio/tools-artbio/tree/main/tools/high_dim_heatmap commit c035a5f14cb65f7020d51610fb16ec76dcae8aba
author artbio
date Sun, 10 Dec 2023 23:18:16 +0000
parents 17f627ee8f5a
children
comparison
equal deleted inserted replaced
2:17f627ee8f5a 3:cf72f579d100
1 <tool id="high_dim_heatmap" name="Plot heatmap" version="1.2.0"> 1 <tool id="high_dim_heatmap" name="Plot heatmap" version="3.1.3+galaxy0">
2 <description>with high number of rows</description> 2 <description>with high number of rows</description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="3.0.1">r-gplots</requirement> 4 <requirement type="package" version="3.1.3">r-gplots</requirement>
5 <requirement type="package" version="1.1_2">r-rcolorbrewer</requirement> 5 <requirement type="package" version="1.1_3">r-rcolorbrewer</requirement>
6 </requirements> 6 </requirements>
7 <command detect_errors="exit_code"><![CDATA[ 7 <command detect_errors="exit_code"><![CDATA[
8 cat '$script' && 8 cat '$script' &&
9 Rscript '$script' 9 Rscript '$script'
10 ]]></command> 10 ]]></command>