File: README

package info (click to toggle)
openms 2.6.0%2Bcleaned1-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 783,168 kB
  • sloc: cpp: 526,888; xml: 142,287; ansic: 54,252; python: 11,640; php: 2,454; sh: 1,137; ruby: 529; yacc: 403; perl: 85; lex: 74; makefile: 60
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.