forked from OpenMS/OpenMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
executable file
·19 lines (11 loc) · 855 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This folder contains some useful tools for developers:
create_test.php - Creates a test for a class.
correct_test.php - Helps the user to correct BEGIN_SECTION macros.
Function names inside the BEGIN_SECTION macros are automatically replaced by
the correct declarations in the header file.
checker.php - Reports errors in the code, test, documentation, ...
This tool relies on doxygen XML output.
sql2graph.php - Transforms the OpenMS MySQL DB to a GraphML representation.
The layout can be done with Yed.
make_source_package.sh - Is used to create the OpenMS source package for a release.
Note: All php scripts are executed by calling them as argument of the php interpreter.