Skip to content

Commit 0aa5c2e

Browse files
committed
added first tests for chemstation ms parser
1 parent 8940407 commit 0aa5c2e

74 files changed

Lines changed: 159 additions & 187217 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

BinaryParser.egg-info/PKG-INFO

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Summary: Parsing binary files
55
Author: Konrad Krämer
66
Author-email: konrad.kraemer@kit.edu
77
Requires-Python: >=3.7
8+
License-File: LICENSE
89
Requires-Dist: pybind11
910
Requires-Dist: pandas
1011
Requires-Dist: numpy

BinaryParser.egg-info/SOURCES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
LICENSE
12
__init__.py
23
pyproject.toml
34
setup.py
@@ -9,9 +10,12 @@ BinaryParser.egg-info/dependency_links.txt
910
BinaryParser.egg-info/not-zip-safe
1011
BinaryParser.egg-info/requires.txt
1112
BinaryParser.egg-info/top_level.txt
13+
chemstation/__init__.py
14+
chemstation/read_ms_file.py
1215
hplc/__init__.py
1316
hplc/read_files.py
1417
src/parser_hplc.cpp
18+
src/parser_ms.cpp
1519
src/parser_xray.cpp
1620
xray/__init__.py
1721
xray/bruker_xray.py
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
BinaryParser
2+
chemstation
23
hplc
34
parser_hplc
5+
parser_ms
46
parser_xray
57
xray

Chemstation/3DSpectra.png

-431 KB
Binary file not shown.

Chemstation/Analyse.R

Lines changed: 0 additions & 269 deletions
This file was deleted.

0 commit comments

Comments
 (0)