Skip to content

Commit b7af4ec

Browse files
author
Habib Rehman
committed
fixed comments/typo
1 parent 828bdc3 commit b7af4ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/methods_expression_correction/resolvi_correction/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ arguments:
2121
- name: --n_hidden
2222
required: false
2323
direction: input
24-
type: int
24+
type: integer
2525
default: 32
2626

2727
- name: --encode_covariates

src/methods_expression_correction/resolvi_correction/script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'downsample_counts': True
1919
}
2020
meta = {
21-
'name': 'gene_efficiency_correction',
21+
'name': 'resolvi_correction',
2222
}
2323
## VIASH END
2424

0 commit comments

Comments
 (0)