Skip to content

Commit

Permalink
silly space
Browse files Browse the repository at this point in the history
  • Loading branch information
bio-la committed Mar 27, 2024
1 parent 8fb850f commit bb4f54e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panpipes/panpipes/pipeline_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ def run_totalvi(outfile):


if PARAMS['multimodal_column_categorical'] is not None:
cmd += "--integration_col_categorical %(multimodal_column_categorical)s "
cmd += " --integration_col_categorical %(multimodal_column_categorical)s "
neighbor_params = PARAMS['multimodal']['neighbors']
if neighbor_params['method'] is not None:
cmd += " --neighbors_method %s" % neighbor_params['method']
Expand Down Expand Up @@ -599,7 +599,7 @@ def run_multivi(outfile):


if PARAMS['multimodal_column_categorical'] is not None:
cmd += "--integration_col_categorical %(multimodal_column_categorical)s "
cmd += " --integration_col_categorical %(multimodal_column_categorical)s "

if PARAMS['multimodal_column_continuous'] is not None:
cmd += "--integration_col_continuous %(multimodal_column_continuous)s "
Expand Down

0 comments on commit bb4f54e

Please sign in to comment.