File: README

package info (click to toggle)
openms 2.4.0-real-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 646,136 kB
  • sloc: cpp: 392,260; xml: 215,373; python: 10,976; ansic: 3,325; php: 2,482; sh: 901; ruby: 399; makefile: 141; perl: 85
file content (19 lines) | stat: -rw-r--r-- 855 bytes parent folder | download | duplicates (5)
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.