diff --git a/src/star/star_align_reads/script.py b/src/star/star_align_reads/script.py index 42f1a5d0..2bde8798 100644 --- a/src/star/star_align_reads/script.py +++ b/src/star/star_align_reads/script.py @@ -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" ]