diff --git a/lib/idseq_utils/idseq_utils/batch_run_helpers.py b/lib/idseq_utils/idseq_utils/batch_run_helpers.py index 552f967c..a87a6b3a 100644 --- a/lib/idseq_utils/idseq_utils/batch_run_helpers.py +++ b/lib/idseq_utils/idseq_utils/batch_run_helpers.py @@ -339,7 +339,7 @@ def run_alignment( Tagging={"TagSet": [{"Key": "AlignmentCoordination", "Value": "True"}]}, ) except ClientError as e: - log.error(f"failed to tag '{os.path.join(chunk_prefix, fn)}'") + log.error(f"failed to tag 's3://{chunk_bucket}/{os.path.join(chunk_prefix, fn)}'") raise e if aligner == "diamond": blastx_join("chunks", result_path, aligner_args, *queries)