Skip to content

Commit

Permalink
remove unused arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
dorien-er committed Dec 18, 2024
1 parent 856187d commit 6d7a587
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions src/integrate/scvi/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ argument_groups:
description: .var field containing the gene names, if the .var index is not to be used.
type: string
required: false
- name: "--input_reference_gene_overlap"
type: integer
default: 100
min: 1
description: |
The minimum number of genes present in both the reference and query datasets.
- name: "--obs_labels"
type: string
required: false
Expand Down
1 change: 0 additions & 1 deletion src/integrate/scvi/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"var_input_gene_names": None,
"scvi_reference_model": "scvi",
"unknown_celltype": "Unknown",
"input_reference_gene_overlap": 100,
}

meta = {"resources_dir": "src/utils"}
Expand Down

0 comments on commit 6d7a587

Please sign in to comment.