Skip to content

Commit

Permalink
no need to unpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianhao-Gu committed Aug 20, 2024
1 parent eab5609 commit 2068f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loaders/compute_tools/bbmap/bbmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def _run_bbmap_single(

def main():
runner = ToolRunner("bbmap")
runner.parallel_single_execution(_run_bbmap_single, unzip=True)
runner.parallel_single_execution(_run_bbmap_single)


if __name__ == "__main__":
Expand Down

0 comments on commit 2068f47

Please sign in to comment.