Mercurial > repos > cafletezbrant > kmersvm
changeset 3:cd35ace22905 draft
Uploaded
author | cafletezbrant |
---|---|
date | Mon, 20 Aug 2012 21:36:01 -0400 |
parents | 4fa4d5c8036a |
children | 18e2ebf5ff19 |
files | kmersvm/prcurve.xml kmersvm/roccurve.xml |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/kmersvm/prcurve.xml Mon Aug 20 21:33:00 2012 -0400 +++ b/kmersvm/prcurve.xml Mon Aug 20 21:36:01 2012 -0400 @@ -1,5 +1,5 @@ <tool id="PR Curve" name="Plot Precision-Recall Curve"> - <description></description> + <description>Generate PR Curve from predictions</description> <command interpreter="sh">r_wrapper.sh $script_file</command> <inputs> <param format="tabular" name="cvpred_data" type="data" label="CV Predictions"/>
--- a/kmersvm/roccurve.xml Mon Aug 20 21:33:00 2012 -0400 +++ b/kmersvm/roccurve.xml Mon Aug 20 21:36:01 2012 -0400 @@ -1,5 +1,5 @@ <tool id="ROC Curve" name="Plot ROC Curve"> - <description></description> + <description>Genereate ROC Curve from predictions</description> <command interpreter="sh">r_wrapper.sh $script_file</command> <inputs> <param format="tabular" name="cvpred_data" type="data" label="CV Predictions"/>