From 79a2b215e6cea617afcb7292c73cac47f8858ecc Mon Sep 17 00:00:00 2001 From: Todd Morse Date: Fri, 12 Jul 2024 12:39:43 -0700 Subject: [PATCH] lint --- lib/idseq_utils/idseq_utils/batch_run_helpers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/idseq_utils/idseq_utils/batch_run_helpers.py b/lib/idseq_utils/idseq_utils/batch_run_helpers.py index a87a6b3a..b19fb3dc 100644 --- a/lib/idseq_utils/idseq_utils/batch_run_helpers.py +++ b/lib/idseq_utils/idseq_utils/batch_run_helpers.py @@ -345,4 +345,3 @@ def run_alignment( blastx_join("chunks", result_path, aligner_args, *queries) else: minimap2_merge("chunks", result_path, aligner_args, *queries) -