Skip to content

Commit 5389e43

Browse files
committed
factor out barcode calling
1 parent 4cee2d8 commit 5389e43

File tree

5 files changed

+484
-431
lines changed

5 files changed

+484
-431
lines changed

isoquant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
from src.input_data_storage import InputDataStorage, InputDataType
4747
from src.multimap_resolver import MultimapResolvingStrategy
4848
from src.stats import combine_counts
49-
from isoquant_detect_barcodes import process_single_thread, process_in_parallel, get_umi_length
49+
from src.barcode_calling import process_single_thread, process_in_parallel, get_umi_length
5050

5151

5252
logger = logging.getLogger('IsoQuant')

0 commit comments

Comments
 (0)