Skip to content

Commit 40c8f31

Browse files
Add Py_MSChromatogram wrapper with comprehensive tests
Co-authored-by: timosachsenberg <[email protected]>
1 parent c2a3917 commit 40c8f31

File tree

3 files changed

+678
-0
lines changed

3 files changed

+678
-0
lines changed

openms_python/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
from .py_msexperiment import Py_MSExperiment
2525
from .py_msspectrum import Py_MSSpectrum
26+
from .py_chromatogram import Py_MSChromatogram
2627
from .py_feature import Py_Feature
2728
from .py_featuremap import Py_FeatureMap
2829
from .py_consensusmap import Py_ConsensusMap
@@ -99,6 +100,7 @@ def get_example(name: str, *, load: bool = False, target_dir: Union[str, Path, N
99100
__all__ = [
100101
"Py_MSExperiment",
101102
"Py_MSSpectrum",
103+
"Py_MSChromatogram",
102104
"Py_Feature",
103105
"Py_FeatureMap",
104106
"Py_ConsensusMap",

0 commit comments

Comments
 (0)