Skip to content

Commit

Permalink
chore(call): log strkit_rust_ext version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Nov 23, 2024
1 parent 6faafce commit febe629
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions strkit/call/call_sample.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from __future__ import annotations

import importlib.metadata
import logging
import multiprocessing as mp
import multiprocessing.dummy as mpd
Expand Down Expand Up @@ -270,6 +271,7 @@ def call_sample(
# Start the call timer
start_time = time.perf_counter()

logger.info(f"strkit_rust_ext version: {importlib.metadata.version('strkit_rust_ext')}")
logger.info(
f"Starting STR genotyping; sample={params.sample_id}, hq={params.hq}, targeted={params.targeted}, "
f"HP={params.use_hp}, SNVs={params.snv_vcf is not None}; seed={params.seed}")
Expand Down

0 comments on commit febe629

Please sign in to comment.