Mercurial > repos > fabio > iwtomics
comparison loadandplot.xml @ 52:2920f5342d4d draft
Uploaded 20170531
author | fabio |
---|---|
date | Wed, 31 May 2017 15:26:22 -0400 |
parents | 7e5e94fe6b1f |
children | d49031ef33d5 |
comparison
equal
deleted
inserted
replaced
51:f3b7b221ea9e | 52:2920f5342d4d |
---|---|
86 #else: | 86 #else: |
87 probs="c(${plotres.conditionalplottype.probabilitiessection.prob0},${plotres.conditionalplottype.probabilitiessection.prob1},${plotres.conditionalplottype.probabilitiessection.prob2})" | 87 probs="c(${plotres.conditionalplottype.probabilitiessection.prob0},${plotres.conditionalplottype.probabilitiessection.prob1},${plotres.conditionalplottype.probabilitiessection.prob2})" |
88 #end if | 88 #end if |
89 #end if | 89 #end if |
90 | 90 |
91 2> "${stackerr}" | 91 >& /dev/null |
92 ]]> | 92 ]]> |
93 <!-- | 93 <!-- |
94 to print the stack add the following line at the end of the command and enable the corresponding entry in output | 94 to print the stack add the following line at the end of the command and enable the corresponding entry in output |
95 2> "${stackerr}" | 95 2> "${stackerr}" |
96 >& /dev/null | |
97 --> | 96 --> |
98 </command> | 97 </command> |
99 | 98 |
100 <inputs> | 99 <inputs> |
101 <!-- regions --> | 100 <!-- regions --> |
224 </conditional> | 223 </conditional> |
225 </section> | 224 </section> |
226 </inputs> | 225 </inputs> |
227 | 226 |
228 <outputs> | 227 <outputs> |
229 <data format="txt" name="stackerr" label="iwtomics.loadandplot.stackerr.txt" from_work_dir="iwtomics.loadandplot.stackerr.txt" /> | 228 <!--<data format="txt" name="stackerr" label="iwtomics.loadandplot.stackerr.txt" from_work_dir="iwtomics.loadandplot.stackerr.txt" />--> |
230 <data format="rdata" name="outrdata" label="${tool.name} on ${on_string}: IWTomicsData Object" from_work_dir="iwtomics.loadandplot.RData" /> | 229 <data format="rdata" name="outrdata" label="${tool.name} on ${on_string}: IWTomicsData Object" from_work_dir="iwtomics.loadandplot.RData" /> |
231 <data format="tabular" name="outregions" label="${tool.name} on ${on_string}: Region Dataset IDs" from_work_dir="iwtomics.loadandplot.regions.txt" /> | 230 <data format="tabular" name="outregions" label="${tool.name} on ${on_string}: Region Dataset IDs" from_work_dir="iwtomics.loadandplot.regions.txt" /> |
232 <data format="tabular" name="outfeatures" label="${tool.name} on ${on_string}: Feature IDs" from_work_dir="iwtomics.loadandplot.features.txt" /> | 231 <data format="tabular" name="outfeatures" label="${tool.name} on ${on_string}: Feature IDs" from_work_dir="iwtomics.loadandplot.features.txt" /> |
233 <data format="pdf" name="outpdf" label="${tool.name} on ${on_string}: Plotted Data" from_work_dir="iwtomics.loadandplot.pdf" /> | 232 <data format="pdf" name="outpdf" label="${tool.name} on ${on_string}: Plotted Data" from_work_dir="iwtomics.loadandplot.pdf" /> |
234 </outputs> | 233 </outputs> |