Skip to content

Commit

Permalink
faster writing
Browse files Browse the repository at this point in the history
  • Loading branch information
genomewalker committed Nov 18, 2024
1 parent f189476 commit ed6230e
Show file tree
Hide file tree
Showing 2 changed files with 337 additions and 296 deletions.
2 changes: 2 additions & 0 deletions bam_filter/reassign.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import shutil
import uuid
import psutil
from memory_profiler import profile

log = logging.getLogger("my_logger")

Expand Down Expand Up @@ -477,6 +478,7 @@ def normalize_scores(scores):
return probabilities


@profile
def get_bam_data(
parms,
ref_lengths=None,
Expand Down
Loading

0 comments on commit ed6230e

Please sign in to comment.