Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
morsecodist committed Mar 8, 2024
1 parent 14046ad commit 3a79806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/idseq_utils/idseq_utils/diamond_scatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def blastx_join(chunk_dir: str, out: str, diamond_args: str, *query: str):
diamond_args=diamond_args,
queries=(abspath(q) for q in query),
)

# the join outputs the final results in different files, concatenate them
with open(out, "w") as out_f:
for out_chunk in glob(join(tmp_dir, f"{out}_*")):
Expand Down

0 comments on commit 3a79806

Please sign in to comment.