Skip to content

Commit

Permalink
better logs
Browse files Browse the repository at this point in the history
  • Loading branch information
morsecodist committed Jul 12, 2024
1 parent a4df0a4 commit 756391d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/idseq_utils/idseq_utils/batch_run_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 756391d

Please sign in to comment.