We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5475562 commit 2a59dd3Copy full SHA for 2a59dd3
src/smftools/cli/preprocess_adata.py
@@ -349,7 +349,7 @@ def preprocess_adata_core(
349
calculate_coverage(
350
adata,
351
ref_column=cfg.reference_column,
352
- position_nan_threshold=cfg.position_max_nan_threshold,
+ position_nan_threshold=1-cfg.position_max_nan_threshold,
353
smf_modality=smf_modality,
354
target_layer=cfg.output_binary_layer_name,
355
)
@@ -448,7 +448,7 @@ def preprocess_adata_core(
448
449
450
451
452
453
454
force_redo=True,
0 commit comments