Skip to content

Commit

Permalink
autofix bulk for sc
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kofman committed Nov 21, 2024
1 parent dbede5a commit 8303fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/read_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def get_read_information(read, contig, barcode_tag='CB', verbose=False, stranded
is_read1 = read.is_read1
is_read2 = read.is_read2

if barcode_tag:
if read.has_tag('CB'): # ie == 'CB'
# Assuming R2 from 10x data contains the seqence
is_read1 = False
is_read2 = True
Expand Down

0 comments on commit 8303fba

Please sign in to comment.