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 1ee1e57 commit ba46736Copy full SHA for ba46736
tests/test_openms.py
@@ -2,7 +2,6 @@
2
3
from sdrf_pipelines.openms.openms import (
4
TMT_PLEXES,
5
- OpenMS,
6
get_openms_file_name,
7
infer_tmtplex,
8
parse_tolerance,
@@ -52,5 +51,4 @@ def test_tmt_label_inference_full_plexes(plex_name):
52
51
53
@pytest.mark.parametrize("plex_name", TMT_PLEXES)
54
def test_tmt_label_inference_from_incomplete_plexes(plex_name):
55
- labels = {**TMT_PLEXES[plex_name]}
56
assert plex_name == infer_tmtplex(TMT_PLEXES[plex_name])
0 commit comments