# HG changeset patch # User goeckslab # Date 1726159791 0 # Node ID 44d4c885d9b5ef435a1acabf5af936722a9ca72f # Parent 8001319743c045bfb5183cfc7b4dc9df9583e944 planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/celesta commit 1f02a762ab43a29aa7f59760798ff084f86e37db diff -r 8001319743c0 -r 44d4c885d9b5 celesta.xml --- a/celesta.xml Wed Aug 28 12:46:48 2024 +0000 +++ b/celesta.xml Thu Sep 12 16:49:51 2024 +0000 @@ -14,32 +14,32 @@ --prior '$prior_info' --xcol '$x_coord' --ycol '$y_coord' - --size '$test_size' - --height '$height' - --width '$width' + --size '${runmode.figure_options.test_size}' + --height '${runmode.figure_options.height}' + --width '${runmode.figure_options.width}' #if str($filter_cells.filter) == 'filter': --filter - --lowfilter '$low_threshold' - --highfilter '$high_threshold' + --lowfilter '${filter_cells.low_threshold}' + --highfilter '${filter_cells.high_threshold}' #end if #else if str($runmode.selected_mode) == 'assign_cells': Rscript '$__tool_directory__/celesta_assign_cells.R' --imagingdata '$anndata' --prior '$prior_info' - --xcol '$x_coord' - --ycol '$y_coord' - --maxiteration '$max_iteration' - --changethresh '$cell_change_threshold' + --xcol '$x_coord' + --ycol '$y_coord' + --maxiteration '${runmode.options.max_iteration}' + --changethresh '${runmode.options.cell_change_threshold}' #if str($filter_cells.filter) == 'filter': --filter - --lowfilter '$low_threshold' - --highfilter '$high_threshold' + --lowfilter '${filter_cells.low_threshold}' + --highfilter '${filter_cells.high_threshold}' #end if - #if $low_thresholds_file: - --lowexpthresh '$low_thresholds_file' + #if $runmode.options.low_thresholds_file: + --lowexpthresh '${runmode.options.low_thresholds_file}' #end if - #if $high_thresholds_file: - --highexpthresh '$high_thresholds_file' + #if $runmode.options.high_thresholds_file: + --highexpthresh '${runmode.options.high_thresholds_file}' #end if #for $p in $plot_cells: && Rscript '$__tool_directory__/celesta_plot_cells.R' @@ -59,13 +59,26 @@ + + + + + + + + + + + + + + -
@@ -73,7 +86,6 @@
-
diff -r 8001319743c0 -r 44d4c885d9b5 macros.xml --- a/macros.xml Wed Aug 28 12:46:48 2024 +0000 +++ b/macros.xml Thu Sep 12 16:49:51 2024 +0000 @@ -1,6 +1,6 @@ 0.0.0.9 - 0 + 1 20.01 @@ -20,20 +20,4 @@ 10.1038/s41592-022-01498-z - - - - - - - - - - - - - - - -