Skip to content

Commit 4404f18

Browse files
committed
tiny fix
1 parent dcb8465 commit 4404f18

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
@@ -31,7 +31,7 @@
3131
#get chunks
3232
files = glob.glob('small_file_*')
3333
for file in files:
34-
subprocess.run(f'Rscript --vanilla /home/ec2-user/workspace/regtools/scripts/compare_junctions_hist_v2.R {tag} {cwd}/{file}')
34+
subprocess.run(f'Rscript --vanilla /home/ec2-user/workspace/regtools/scripts/compare_junctions_hist_v2.R {tag} ~{cwd}/{file}')
3535
output_files = glob.glob("*_out.tsv")
3636
output_files.sort() # glob lacks reliable ordering, so impose your own if output order matters
3737
with open(f'junction_pvalues_{tag}.tsv', 'wb') as outfile:

0 commit comments

Comments
 (0)