Mercurial > repos > iuc > cnvkit_heatmap
comparison heatmap.xml @ 2:10ff342adcbe draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 9d922676808c5f57e9c01b148eec6cc0a63c53e5
| author | iuc |
|---|---|
| date | Fri, 13 Dec 2024 23:51:08 +0000 |
| parents | bed0e5074cc0 |
| children | 7b9178a6bffc |
comparison
equal
deleted
inserted
replaced
| 1:bed0e5074cc0 | 2:10ff342adcbe |
|---|---|
| 53 <data name="out_heatmap_png" format="png" label="${tool.name} on ${on_string}: Heatmap png file" from_work_dir="sample-heatmap.png" /> | 53 <data name="out_heatmap_png" format="png" label="${tool.name} on ${on_string}: Heatmap png file" from_work_dir="sample-heatmap.png" /> |
| 54 </outputs> | 54 </outputs> |
| 55 <tests> | 55 <tests> |
| 56 <test expect_num_outputs="1"> | 56 <test expect_num_outputs="1"> |
| 57 <param name="filenames" ftype="tabular" value="tumor.cns,sample.cns" /> | 57 <param name="filenames" ftype="tabular" value="tumor.cns,sample.cns" /> |
| 58 <param name="desaturate" value="1" /> | 58 <section name="advanced_settings"> |
| 59 <param name="desaturate" value="1" /> | |
| 60 </section> | |
| 59 <output name="out_heatmap_png" file="sample-heatmap.png" ftype="png" compare="sim_size" > | 61 <output name="out_heatmap_png" file="sample-heatmap.png" ftype="png" compare="sim_size" > |
| 60 <assert_contents><has_size value="9000" delta="5000" /></assert_contents> | 62 <assert_contents><has_size value="9000" delta="5000" /></assert_contents> |
| 61 </output> | 63 </output> |
| 62 </test> | 64 </test> |
| 63 <test expect_num_outputs="1"> | 65 <test expect_num_outputs="1"> |
| 64 <conditional name="Sample_sex"> | |
| 65 <param name="sex" value="no" /> | |
| 66 </conditional> | |
| 67 <param name="filenames" ftype="tabular" value="tumor.cns,sample.cns" /> | 66 <param name="filenames" ftype="tabular" value="tumor.cns,sample.cns" /> |
| 68 <param name="desaturate" value="1" /> | 67 <section name="advanced_settings"> |
| 68 <param name="desaturate" value="1" /> | |
| 69 <conditional name="Sample_sex"> | |
| 70 <param name="sex" value="no" /> | |
| 71 </conditional> | |
| 72 </section> | |
| 69 <output name="out_heatmap_png" file="sample-heatmap.png" ftype="png" compare="sim_size" > | 73 <output name="out_heatmap_png" file="sample-heatmap.png" ftype="png" compare="sim_size" > |
| 70 <assert_contents><has_size value="9000" delta="5000" /></assert_contents> | 74 <assert_contents><has_size value="9000" delta="5000" /></assert_contents> |
| 71 </output> | 75 </output> |
| 72 </test> | 76 </test> |
| 73 </tests> | 77 </tests> |
