-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
54 lines (49 loc) · 1.91 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
This repository is for
SBVC - Systems Biology Visualizer and Converter
===========================
Dependencies:
===========================
- PaxTools library
- SysBio project
- KEGGtranslator project
- JSBML project
===========================
Code Templates:
===========================
Please setup the following templates:
- At "Java Code Style => Code Templates"
o "Enable project specific settings"
- At "Java Code Style => Code Templates => Files"
/*
* $$Id: ${file_name} ${time} ${user} $$
* $$URL: ${file_name} $$
* ---------------------------------------------------------------------
* This file is part of SBVC, the systems biology visualizer and
* converter. This tools is able to read a plethora of systems biology
* file formats and convert them to an internal data structure.
* These files can then be visualized, either using a simple graph
* (KEGG-style) or using the SBGN-PD layout and rendering constraints.
* Some currently supported IO formats are SBML (+qual, +layout), KGML,
* BioPAX, SBGN, etc. Please visit the project homepage at
* <http://www.cogsys.cs.uni-tuebingen.de/software/SBVC> to obtain the
* latest version of SBVC.
*
* Copyright (C) 2012-${year} by the University of Tuebingen, Germany.
*
* SBVC is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation. A copy of the license
* agreement is provided in the file named "LICENSE.txt" included with
* this software distribution and also available online as
* <http://www.gnu.org/licenses/lgpl-3.0-standalone.html>.
* ---------------------------------------------------------------------
*/
- At "Java Code Style => Code Templates => Types"
/**
* @author <YOUR_NAME_HERE>
* @version $$Rev$$
* ${tags}
*/
===========================
END OF README
===========================