Mercurial > repos > bgruening > plotly_ml_performance_plots
annotate plotly_ml_performance_plots.xml @ 3:e73eb091612b draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
author | bgruening |
---|---|
date | Wed, 07 Aug 2024 10:20:05 +0000 |
parents | 2cfa4aabda3e |
children |
rev | line source |
---|---|
3
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
1 <tool id="plotly_ml_performance_plots" name="Plot confusion matrix, precision, recall and ROC and AUC curves" version="0.4" profile="22.05"> |
0
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
2 <description>of tabular data</description> |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
3 <requirements> |
3
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
4 <requirement type="package" version="0.10.0">galaxy-ml</requirement> |
0
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
5 </requirements> |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
6 <version_command>echo $version</version_command> |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
7 <command detect_errors="aggressive"><![CDATA[ |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
8 python '$__tool_directory__/plot_ml_performance.py' |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
9 -i '$infile_input' |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
10 -j '$infile_output' |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
11 -k '$infile_trained_model' |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
12 ]]> |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
13 </command> |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
14 <inputs> |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
15 <param name="infile_input" type="data" format="tabular" label="Select input data file :" help="Input data is a matrix (tabular) where each column is a feature and the last column contains the (true or original) class labels."/> |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
16 <param name="infile_output" type="data" format="tabular" label="Select predicted data file :" help="Predicted data is a matrix (tabular) where each column is a feature and the last column contains the predicted class labels."/> |
3
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
17 <param name="infile_trained_model" type="data" format="h5mlm" label="Select trained model :" help="This file is a final model trained on training data."/> |
0
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
18 </inputs> |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
19 |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
20 <outputs> |
3
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
21 <data name="output_confusion" format="png" from_work_dir="output_confusion.png" label="Confusion matrix of tabular data on ${on_string}"/> |
0
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
22 <data name="output_prf" format="html" from_work_dir="output_prf.html" label="Precision, recall and f-score of tabular data on ${on_string}"/> |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
23 <data name="output_roc" format="html" from_work_dir="output_roc.html" label="ROC and AUC curves of tabular data on ${on_string}"/> |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
24 </outputs> |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
25 |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
26 <tests> |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
27 <test> |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
28 <param name="infile_input" value="binary_test_label.tabular" ftype="tabular"/> |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
29 <param name="infile_output" value="binary_prediction_sgd.tabular" ftype="tabular"/> |
3
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
30 <param name="infile_trained_model" value="model_binary_sgd.h5mlm" ftype="h5mlm"/> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
31 <output name="output_confusion"> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
32 <assert_contents> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
33 <has_size value="31751" delta="1000" /> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
34 </assert_contents> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
35 </output> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
36 <output name="output_prf"> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
37 <assert_contents> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
38 <has_size value="3486974" delta="10000" /> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
39 <has_text text="html" /> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
40 </assert_contents> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
41 </output> |
0
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
42 </test> |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
43 <test> |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
44 <param name="infile_input" value="binary_test_label.tabular" ftype="tabular"/> |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
45 <param name="infile_output" value="prediction_binary_linearsvm.tabular" ftype="tabular"/> |
3
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
46 <param name="infile_trained_model" value="model_binary_linearsvm.h5mlm" ftype="h5mlm"/> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
47 <output name="output_confusion"> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
48 <assert_contents> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
49 <has_size value="31983" delta="1000" /> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
50 </assert_contents> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
51 </output> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
52 <output name="output_prf"> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
53 <assert_contents> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
54 <has_size value="3486973" delta="10000" /> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
55 <has_text text="html" /> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
56 </assert_contents> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
57 </output> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
58 <output name="output_roc"> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
59 <assert_contents> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
60 <has_size value="3497518" delta="10000" /> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
61 <has_text text="html" /> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
62 </assert_contents> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
63 </output> |
0
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
64 </test> |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
65 <test> |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
66 <param name="infile_input" value="binary_test_label.tabular" ftype="tabular"/> |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
67 <param name="infile_output" value="prediction_binary_rfc.tabular" ftype="tabular"/> |
3
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
68 <param name="infile_trained_model" value="model_binary_rfc.h5mlm" ftype="h5mlm"/> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
69 <output name="output_confusion"> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
70 <assert_contents> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
71 <has_size value="34096" delta="1000" /> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
72 </assert_contents> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
73 </output> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
74 <output name="output_prf"> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
75 <assert_contents> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
76 <has_size value="3486883" delta="10000" /> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
77 <has_text text="html" /> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
78 </assert_contents> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
79 </output> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
80 <output name="output_roc"> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
81 <assert_contents> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
82 <has_size value="3488335" delta="10000" /> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
83 <has_text text="html" /> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
84 </assert_contents> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
85 </output> |
0
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
86 </test> |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
87 <test> |
3
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
88 <param name="infile_input" value="binary_test_label_knn.tabular" ftype="tabular"/> |
0
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
89 <param name="infile_output" value="prediction_binary_knn.tabular" ftype="tabular"/> |
3
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
90 <param name="infile_trained_model" value="model_binary_knn.h5mlm" ftype="h5mlm"/> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
91 <output name="output_confusion"> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
92 <assert_contents> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
93 <has_size value="32398" delta="1000" /> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
94 </assert_contents> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
95 </output> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
96 <output name="output_prf"> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
97 <assert_contents> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
98 <has_size value="3486928" delta="10000" /> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
99 <has_text text="html" /> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
100 </assert_contents> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
101 </output> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
102 <output name="output_roc"> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
103 <assert_contents> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
104 <has_size value="3487215" delta="10000" /> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
105 <has_text text="html" /> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
106 </assert_contents> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
107 </output> |
0
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
108 </test> |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
109 <test> |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
110 <param name="infile_input" value="multi_test_label.tabular" ftype="tabular"/> |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
111 <param name="infile_output" value="prediction_multi_lr.tabular" ftype="tabular"/> |
3
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
112 <param name="infile_trained_model" value="model_multi_lr.h5mlm" ftype="h5mlm"/> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
113 <output name="output_confusion"> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
114 <assert_contents> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
115 <has_size value="34474" delta="1000" /> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
116 </assert_contents> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
117 </output> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
118 <output name="output_prf"> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
119 <assert_contents> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
120 <has_size value="3487035" delta="10000" /> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
121 <has_text text="html" /> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
122 </assert_contents> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
123 </output> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
124 <output name="output_roc"> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
125 <assert_contents> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
126 <has_size value="3493184" delta="10000" /> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
127 <has_text text="html" /> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
128 </assert_contents> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
129 </output> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
130 </test> |
0
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
131 </tests> |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
132 <help><![CDATA[ |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
133 **What it does** |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
134 |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
135 |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
136 Produce a `heatmap plot (confusion matrix) <https://plot.ly/python/heatmaps/>`_ from tabular files. The input data contains the original/true class labels (last column) and the predicted data contains the predicted class labels (last column). The true and predicted class labels are plotted against each other. The diagonal of this heatmap shows the correctly predicted data. The plot is buried in a html file which |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
137 provides rich interactive features. Image can be saved in various format, such as 'png', 'svg', 'jpeg' and so on. |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
138 |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
139 |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
140 ]]> |
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
141 </help> |
3
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
142 <citations> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
143 <citation type="doi">10.1371/journal.pcbi.1009014</citation> |
e73eb091612b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit daa111fcd8391d451aab39110251864fd120edf0
bgruening
parents:
2
diff
changeset
|
144 </citations> |
0
c7e10084225b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 8496ba724e35ba551172ea975b0fed091d4bbe88
bgruening
parents:
diff
changeset
|
145 </tool> |