comparison plotwithscale.xml @ 2:85fc760b6c88 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/iwtomics commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
author iuc
date Tue, 31 Aug 2021 09:07:41 +0000
parents 055cf9df3a0b
children
comparison
equal deleted inserted replaced
1:d5c094a879a3 2:85fc760b6c88
1 <tool id="iwtomics_plotwithscale" name="IWTomics Plot with Threshold" version="@VERSION@.0"> 1 <tool id="iwtomics_plotwithscale" name="IWTomics Plot with Threshold" version="@VERSION@.0">
2 <description>on Test Scale</description> 2 <description>on Test Scale</description>
3 <macros> 3 <xrefs>
4 <import>macros.xml</import> 4 <xref type="bio.tools">iwtomics</xref>
5 </macros> 5 </xrefs>
6 <expand macro="requirements" /> 6 <macros>
7 7 <import>macros.xml</import>
8 <command detect_errors="exit_code"> 8 </macros>
9 <expand macro="requirements" />
10 <command detect_errors="exit_code">
9 <![CDATA[ 11 <![CDATA[
10 Rscript '$__tool_directory__/plotwithscale.R' adjustedpvalue='${adjustedpvalue}' iwtomicsrespdf='${iwtomicsrespdf}' iwtomicssumpdf='${iwtomicssumpdf}' 12 Rscript '$__tool_directory__/plotwithscale.R' adjustedpvalue='${adjustedpvalue}' iwtomicsrespdf='${iwtomicsrespdf}' iwtomicssumpdf='${iwtomicssumpdf}'
11 iwtomicsrdata='${rdata}' 13 iwtomicsrdata='${rdata}'
12 iwtomicstests='${testids}' 14 iwtomicstests='${testids}'
13 iwtomicsselectedfeatures='${featureids}' 15 iwtomicsselectedfeatures='${featureids}'