Skip to content

Commit

Permalink
fix: restore NuVs functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeceHoffmann authored Mar 3, 2023
1 parent 00044bf commit 9acee17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ async def eliminate_subtraction(
"-x",
shlex.quote(str(subtraction.bowtie2_index_path)),
"--un",
str(work_path / "unmapped_subtraction.fq"),
str(work_path / "unmapped_subtractions.fq"),
"-U",
str(work_path / "working_otus.fq"),
]
Expand All @@ -113,7 +113,7 @@ async def eliminate_subtraction(

await asyncio.to_thread(
shutil.copyfile,
work_path / "unmapped_subtraction.fq",
work_path / "unmapped_subtractions.fq",
work_path / "working_otus.fq",
)

Expand Down

0 comments on commit 9acee17

Please sign in to comment.