Skip to content

Commit

Permalink
Update integration yaml
Browse files Browse the repository at this point in the history
- Added column_continuous argument to yaml with no value so that ruffus correctly interprets it as None
- Changed default ATAC dimred to LSI
  • Loading branch information
wlason authored Jul 25, 2024
1 parent 121b110 commit 9273bc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions panpipes/panpipes/pipeline_integration/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ prot:
# ATAC modality
atac:
run: False
dimred: PCA
dimred: LSI
tools:
column: sample_id

Expand Down Expand Up @@ -146,7 +146,8 @@ multimodal:
- WNN
- totalvi
- multiVI
column_categorical: sample_id
column_categorical: sample_id
column_continuous:

# TotalVI arguments
totalvi:
Expand Down

0 comments on commit 9273bc5

Please sign in to comment.