Skip to content

Commit

Permalink
added first tests for chemstation ms parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad1991 committed Feb 11, 2025
1 parent 8940407 commit 0aa5c2e
Show file tree
Hide file tree
Showing 74 changed files with 159 additions and 187,217 deletions.
1 change: 1 addition & 0 deletions BinaryParser.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Summary: Parsing binary files
Author: Konrad Krämer
Author-email: konrad.kraemer@kit.edu
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: pybind11
Requires-Dist: pandas
Requires-Dist: numpy
Expand Down
4 changes: 4 additions & 0 deletions BinaryParser.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
LICENSE
__init__.py
pyproject.toml
setup.py
Expand All @@ -9,9 +10,12 @@ BinaryParser.egg-info/dependency_links.txt
BinaryParser.egg-info/not-zip-safe
BinaryParser.egg-info/requires.txt
BinaryParser.egg-info/top_level.txt
chemstation/__init__.py
chemstation/read_ms_file.py
hplc/__init__.py
hplc/read_files.py
src/parser_hplc.cpp
src/parser_ms.cpp
src/parser_xray.cpp
xray/__init__.py
xray/bruker_xray.py
2 changes: 2 additions & 0 deletions BinaryParser.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
BinaryParser
chemstation
hplc
parser_hplc
parser_ms
parser_xray
xray
Binary file removed Chemstation/3DSpectra.png
Binary file not shown.
269 changes: 0 additions & 269 deletions Chemstation/Analyse.R

This file was deleted.

Loading

0 comments on commit 0aa5c2e

Please sign in to comment.