Skip to content

Commit e6f7307

Browse files
committed
tiny fix
1 parent 2742db2 commit e6f7307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/stats_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
lines_per_file = 50000
2424
smallfile = None
25-
with open(f'{cohort_dir}/all_splicing_variants_{tag}.tsv', 'r') as bigfile:
25+
with open(f'{cohort_dir}/all_splicing_variants_{tag}.bed', 'r') as bigfile:
2626
for lineno, line in enumerate(bigfile):
2727
if lineno % lines_per_file == 0:
2828
if smallfile:

0 commit comments

Comments
 (0)