Mercurial > repos > goeckslab > celesta
comparison celesta.xml @ 2:41aaffbb9473 draft
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/celesta commit ace07227a376d2684ec9afc37da91be789314635
author | goeckslab |
---|---|
date | Mon, 16 Sep 2024 18:51:31 +0000 |
parents | 44d4c885d9b5 |
children | 283636dbfba5 |
comparison
equal
deleted
inserted
replaced
1:44d4c885d9b5 | 2:41aaffbb9473 |
---|---|
39 --lowexpthresh '${runmode.options.low_thresholds_file}' | 39 --lowexpthresh '${runmode.options.low_thresholds_file}' |
40 #end if | 40 #end if |
41 #if $runmode.options.high_thresholds_file: | 41 #if $runmode.options.high_thresholds_file: |
42 --highexpthresh '${runmode.options.high_thresholds_file}' | 42 --highexpthresh '${runmode.options.high_thresholds_file}' |
43 #end if | 43 #end if |
44 #for $p in $plot_cells: | 44 #for $p in $runmode.plot_cells: |
45 && Rscript '$__tool_directory__/celesta_plot_cells.R' | 45 && Rscript '$__tool_directory__/celesta_plot_cells.R' |
46 --prior '$prior_info' | 46 --prior '$prior_info' |
47 --celltypes '${p.cell_types}' | 47 --celltypes '${p.cell_types}' |
48 --size '$p.test_size' | 48 --size '${p.test_size}' |
49 --height '$p.height' | 49 --height '${p.height}' |
50 --width '$p.width' | 50 --width '${p.width}' |
51 --dpi '$p.dpi' | 51 --dpi '${p.dpi}' |
52 #end for | 52 #end for |
53 #end if | 53 #end if |
54 ]]> | 54 ]]> |
55 </command> | 55 </command> |
56 <configfiles> | 56 <configfiles> |
143 <output name="assign_cells_output"> | 143 <output name="assign_cells_output"> |
144 <assert_contents> | 144 <assert_contents> |
145 <has_h5_keys keys="obs/celesta_final_cell_type" /> | 145 <has_h5_keys keys="obs/celesta_final_cell_type" /> |
146 </assert_contents> | 146 </assert_contents> |
147 </output> | 147 </output> |
148 <assert_stdout> | |
149 <has_text text="vasculature 273" /> | |
150 </assert_stdout> | |
151 </test> | 148 </test> |
152 <test expect_num_outputs="3"> | 149 <test expect_num_outputs="3"> |
153 <param name="anndata" value="celesta_image.h5ad" /> | 150 <param name="anndata" value="celesta_image.h5ad" /> |
154 <param name="prior_info" value="celesta_prior.csv" /> | 151 <param name="prior_info" value="celesta_prior.csv" /> |
155 <param name="filter" value="filter" /> | 152 <param name="filter" value="filter" /> |
172 <output name="assign_cells_rds"> | 169 <output name="assign_cells_rds"> |
173 <assert_contents> | 170 <assert_contents> |
174 <has_size value="1400000" delta="100000" /> | 171 <has_size value="1400000" delta="100000" /> |
175 </assert_contents> | 172 </assert_contents> |
176 </output> | 173 </output> |
177 <assert_stdout> | |
178 <has_text text="vasculature 168" /> | |
179 </assert_stdout> | |
180 </test> | 174 </test> |
181 </tests> | 175 </tests> |
182 <help> | 176 <help> |
183 <![CDATA[ | 177 <![CDATA[ |
184 **What it does** | 178 **What it does** |