Skip to content

Commit

Permalink
ONT ellipsisectomy
Browse files Browse the repository at this point in the history
  • Loading branch information
bede committed Jan 3, 2024
1 parent 50eb1a2 commit 9ae07c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hostile/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def clean_fastqs(
]
logging.debug(f"{backend_cmds=}")
logging.info("Cleaning…")
util.run_bash_parallel(backend_cmds, description="Cleaning")
util.run_bash_parallel(backend_cmds, description="Cleaning")
stats = gather_stats(
rename=rename, fastqs=fastqs, out_dir=out_dir, aligner=aligner.name, index=index
)
Expand Down

0 comments on commit 9ae07c5

Please sign in to comment.