We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc0236b commit 36a7b06Copy full SHA for 36a7b06
src/cool_seq_tool/resources/status.py
@@ -114,9 +114,9 @@ async def check_status(
114
chain_file_38_to_37=chain_file_38_to_37,
115
)
116
except (FileNotFoundError, ChainfileError):
117
- _logger.exception("agct converter setup failed")
+ _logger.exception("`agct` converter setup failed")
118
except Exception as e:
119
- _logger.critical("Encountered unexpected error setting up agct: %s", e)
+ _logger.critical("Encountered unexpected error setting up `agct`: %s", e)
120
else:
121
status["liftover"] = True
122
0 commit comments