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 8aea86b commit 9fdb40cCopy full SHA for 9fdb40c
quantmsutils/diann/dianncfg.py
@@ -98,8 +98,7 @@ def get_mod(mod, mod_type):
98
99
if modification_found == 0:
100
logging.error(
101
- "Currently only supported unimod modifications for DIA pipeline. Skipped: "
102
- + mod
+ f"Only Unimod modifications are currently supported for the DIA pipeline. Unsupported modification: {mod}"
103
)
104
exit(1)
105
0 commit comments