comparison kmersvm/prcurve.xml @ 4:18e2ebf5ff19 draft

Uploaded
author cafletezbrant
date Mon, 20 Aug 2012 21:38:29 -0400
parents cd35ace22905
children
comparison
equal deleted inserted replaced
3:cd35ace22905 4:18e2ebf5ff19
1 <tool id="PR Curve" name="Plot Precision-Recall Curve"> 1 <tool id="PR Curve" name="Plot Precision-Recall Curve">
2 <description>Generate PR Curve from predictions</description> 2 <description>using kmerSVM predictions</description>
3 <command interpreter="sh">r_wrapper.sh $script_file</command> 3 <command interpreter="sh">r_wrapper.sh $script_file</command>
4 <inputs> 4 <inputs>
5 <param format="tabular" name="cvpred_data" type="data" label="CV Predictions"/> 5 <param format="tabular" name="cvpred_data" type="data" label="CV Predictions"/>
6 </inputs> 6 </inputs>
7 <outputs> 7 <outputs>