File: README

package info (click to toggle)
openms 1.11.1-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 436,688 kB
  • ctags: 150,907
  • sloc: cpp: 387,126; xml: 71,547; python: 7,764; ansic: 2,626; php: 2,499; sql: 737; ruby: 342; sh: 325; makefile: 128
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.