Skip to content

Commit

Permalink
Merge pull request #89 from goeckslab/celesta-plotcells-fix
Browse files Browse the repository at this point in the history
CELESTA: fix plot_cells variable (again)
  • Loading branch information
alliecreason authored Sep 16, 2024
2 parents 1f02a76 + 7214bf0 commit ace0722
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
16 changes: 5 additions & 11 deletions tools/celesta/celesta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
#if $runmode.options.high_thresholds_file:
--highexpthresh '${runmode.options.high_thresholds_file}'
#end if
#for $p in $plot_cells:
#for $p in $runmode.plot_cells:
&& Rscript '$__tool_directory__/celesta_plot_cells.R'
--prior '$prior_info'
--celltypes '${p.cell_types}'
--size '$p.test_size'
--height '$p.height'
--width '$p.width'
--dpi '$p.dpi'
--size '${p.test_size}'
--height '${p.height}'
--width '${p.width}'
--dpi '${p.dpi}'
#end for
#end if
]]>
Expand Down Expand Up @@ -145,9 +145,6 @@
<has_h5_keys keys="obs/celesta_final_cell_type" />
</assert_contents>
</output>
<assert_stdout>
<has_text text="vasculature 273" />
</assert_stdout>
</test>
<test expect_num_outputs="3">
<param name="anndata" value="celesta_image.h5ad" />
Expand All @@ -174,9 +171,6 @@
<has_size value="1400000" delta="100000" />
</assert_contents>
</output>
<assert_stdout>
<has_text text="vasculature 168" />
</assert_stdout>
</test>
</tests>
<help>
Expand Down
2 changes: 1 addition & 1 deletion tools/celesta/macros.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<macros>
<token name="@TOOL_VERSION@">0.0.0.9</token>
<token name="@VERSION_SUFFIX@">1</token>
<token name="@VERSION_SUFFIX@">2</token>
<token name="@PROFILE@">20.01</token>

<xml name="celesta_requirements">
Expand Down

0 comments on commit ace0722

Please sign in to comment.