Mercurial > repos > fabio > iwtomics
comparison loadandplot.xml @ 66:0b07bbe59b14 draft
Uploaded 20170609
author | fabio |
---|---|
date | Fri, 09 Jun 2017 11:57:33 -0400 |
parents | bd5ba4648ac0 |
children | 971bb414cc4f |
comparison
equal
deleted
inserted
replaced
65:ba2b17e5792b | 66:0b07bbe59b14 |
---|---|
16 <exit_code range="33" level="fatal" description="Duplicated windows in feature file." /> | 16 <exit_code range="33" level="fatal" description="Duplicated windows in feature file." /> |
17 <exit_code range="34" level="fatal" description="Overlapping windows in feature file." /> | 17 <exit_code range="34" level="fatal" description="Overlapping windows in feature file." /> |
18 <exit_code range="35" level="fatal" description="Windows in feature files do not cover all regions in region files." /> | 18 <exit_code range="35" level="fatal" description="Windows in feature files do not cover all regions in region files." /> |
19 <exit_code range="36" level="fatal" description="All windows in a feature file must have the same size." /> | 19 <exit_code range="36" level="fatal" description="All windows in a feature file must have the same size." /> |
20 <exit_code range="40" level="fatal" description="An error has occurred smoothing the data. Please try again." /> | 20 <exit_code range="40" level="fatal" description="An error has occurred smoothing the data. Please try again." /> |
21 <regex match="Error" level="fatal" description="An error has occurred. Please try again." /> | 21 <regex match="Error" source="both" level="fatal" description="An error has occurred. Please try again." /> |
22 </stdio> | 22 </stdio> |
23 | 23 |
24 <command> | 24 <command> |
25 <![CDATA[ | 25 <![CDATA[ |
26 Rscript $__tool_directory__/loadandplot.R outrdata="${outrdata}" outregions="${outregions}" outfeatures="${outfeatures}" outpdf="${outpdf}" | 26 Rscript $__tool_directory__/loadandplot.R outrdata="${outrdata}" outregions="${outregions}" outfeatures="${outfeatures}" outpdf="${outpdf}" |