Skip to content

Commit

Permalink
minor change in sc_all_assays.py
Browse files Browse the repository at this point in the history
  • Loading branch information
svc_hpc_services committed Aug 24, 2023
1 parent 55687d6 commit dd0069b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/sc_all_assays.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
sample=ms.load(config["output_sample_path"]+"/"+args.sample_name+"/results/"+args.sample_name+".dna.h5", raw=False, apply_filter=True, single=True)

try:
snv_method_dimred=config["all_norm_dimred"]["snv"]["snv_method_dimred"]
snv_method_dimred=config["all_norm_dimred"]["snv"]["method_dimred"]
except KeyError:
snv_method_dimred="pca"
try:
Expand Down Expand Up @@ -76,7 +76,7 @@
except KeyError:
cnv_method_clustering_res=0.5
try:
prot_norm=config["all_norm_dimred"]["prot"]["prot_normalization"]
prot_norm=config["all_norm_dimred"]["prot"]["normalization"]
except KeyError:
prot_norm="CLR"
try:
Expand Down

0 comments on commit dd0069b

Please sign in to comment.