Mercurial > repos > bgruening > hicexplorer_hiccorrelate
comparison hicCorrelate.xml @ 19:bab2fa7355d9 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa140a9f660eab2459e21b0b637b129d7de24c02
author | iuc |
---|---|
date | Tue, 10 Jan 2023 19:03:49 +0000 |
parents | 340aa8042c7f |
children | 2b4d6a8dab36 |
comparison
equal
deleted
inserted
replaced
18:340aa8042c7f | 19:bab2fa7355d9 |
---|---|
53 </param> | 53 </param> |
54 </repeat> | 54 </repeat> |
55 <expand macro="colormap" /> | 55 <expand macro="colormap" /> |
56 </inputs> | 56 </inputs> |
57 <outputs> <!-- not sure if argument is specifiable for output yet, would be cool if so --> | 57 <outputs> <!-- not sure if argument is specifiable for output yet, would be cool if so --> |
58 <data name="outFileNameHeatmap" from_work_dir="heatmap.png" format="png" /> | 58 <data name="outFileNameHeatmap" from_work_dir="heatmap.png" format="png" label="${tool.name} on ${on_string}: Heatmap"/> |
59 <data name="outFileNameScatter" from_work_dir="scatter.png" format="png" /> | 59 <data name="outFileNameScatter" from_work_dir="scatter.png" format="png" label="${tool.name} on ${on_string}: Scatter plot"/> |
60 </outputs> | 60 </outputs> |
61 <tests> | 61 <tests> |
62 <test> | 62 <test> |
63 <repeat name="input_files"> | 63 <repeat name="input_files"> |
64 <param name="matrix" value="small_test_matrix.h5" ftype="h5" /> | 64 <param name="matrix" value="small_test_matrix.h5" ftype="h5" /> |