Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aawdeh committed Feb 4, 2025
1 parent 09adf51 commit 2681b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/skylab/atac/atac.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ task PeakCalling {
# Filter doublets based on scrublet scores
print("Filter doublets based on scrublet scores")
snap.pp.filter_doublets(atac_data_mod, probability_threshold=0.5)
snap.pp.filter_doublets(atac_data_mod, probability_threshold=0.01)
print(atac_data_mod)
# Perform graph-based clustering to identify cell clusters.
Expand Down

0 comments on commit 2681b75

Please sign in to comment.