Mercurial > repos > fabio > iwtomics
comparison loadandplot.xml @ 80:5893ad34d0ac draft
Uploaded 20170620
author | fabio |
---|---|
date | Tue, 20 Jun 2017 13:14:31 -0400 |
parents | dc2707da8ba4 |
children |
comparison
equal
deleted
inserted
replaced
79:acf45085f9d4 | 80:5893ad34d0ac |
---|---|
1 <tool id="iwtomics_loadandplot" name="IWTomics Load" version="@VERSION@.0"> | 1 <tool id="iwtomics_loadandplot" name="IWTomics Load" version="@VERSION@.0"> |
2 <description>Smooth and Plot</description> | 2 <description>Smooth and Plot</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <!--<expand macro="requirements" />--> | 6 <expand macro="requirements" /> |
7 | 7 |
8 <command detect_errors="exit_code"> | 8 <command detect_errors="exit_code"> |
9 <![CDATA[ | 9 <![CDATA[ |
10 Rscript '$__tool_directory__/loadandplot.R' outrdata='${outrdata}' outregions='${outregions}' outfeatures='${outfeatures}' outpdf='${outpdf}' | 10 Rscript '$__tool_directory__/loadandplot.R' outrdata='${outrdata}' outregions='${outregions}' outfeatures='${outfeatures}' outpdf='${outpdf}' |
11 | 11 |