Skip to content

Commit

Permalink
add missing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Feb 27, 2024
1 parent 2e62c00 commit 71b6ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/star/star_align_reads/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
temp_dir = Path(temp_dir)
par["outTmpDir"] = temp_dir / "tempdir"
out_dir = temp_dir / "out"
par["outFileNamePrefix"] = out_dir
par["outFileNamePrefix"] = f"{out_dir}/" # star needs this slash

# construct command
cmd_args = [ "STAR" ]
Expand Down

0 comments on commit 71b6ecd

Please sign in to comment.