We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2742db2 commit e6f7307Copy full SHA for e6f7307
scripts/stats_wrapper.py
@@ -22,7 +22,7 @@
22
23
lines_per_file = 50000
24
smallfile = None
25
-with open(f'{cohort_dir}/all_splicing_variants_{tag}.tsv', 'r') as bigfile:
+with open(f'{cohort_dir}/all_splicing_variants_{tag}.bed', 'r') as bigfile:
26
for lineno, line in enumerate(bigfile):
27
if lineno % lines_per_file == 0:
28
if smallfile:
0 commit comments