Skip to content

Commit e6a3114

Browse files
committed
minor fixes
1 parent 1a17a6e commit e6a3114

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
@@ -39,7 +39,7 @@
3939
subprocess.run(f'Rscript --vanilla /home/ec2-user/workspace/regtools/scripts/compare_junctions_hist_v2.R {tag} {file}', shell=True, check=True)
4040
output_files = glob.glob("*_out.tsv")
4141
output_files.sort() # glob lacks reliable ordering, so impose your own if output order matters
42-
with open(f'junction_pvalues_{tag}.tsv', 'wb') as outfile:
42+
with open(f'compare_junctions/hist/junction_pvalues_{tag}.tsv', 'wb') as outfile:
4343
for i, fname in enumerate(output_files):
4444
with open(fname, 'rb') as infile:
4545
if i != 0:

0 commit comments

Comments
 (0)