Mercurial > repos > iuc > iwtomics_loadandplot
comparison loadandplot.xml @ 3:75ad0900315f 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:15 +0000 |
| parents | b46d45982ff4 |
| children |
comparison
equal
deleted
inserted
replaced
| 2:19419a36ff9a | 3:75ad0900315f |
|---|---|
| 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 <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__/loadandplot.R' outrdata='${outrdata}' outregions='${outregions}' outfeatures='${outfeatures}' outpdf='${outpdf}' | 12 Rscript '$__tool_directory__/loadandplot.R' outrdata='${outrdata}' outregions='${outregions}' outfeatures='${outfeatures}' outpdf='${outpdf}' |
| 11 | 13 |
| 12 #set region_paths = '|'.join( [ str( $r ) for $r in $regions ] ) | 14 #set region_paths = '|'.join( [ str( $r ) for $r in $regions ] ) |
| 13 regionspaths='${region_paths}' | 15 regionspaths='${region_paths}' |
