-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME.txt
104 lines (62 loc) · 3.04 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Welcome to the EUROCarb project!
The Eurocarb project is an EU-funded initiative for the development of
software for the collection, processing, and analysis of carbohydrate
structures and experimental data. The project includes various standalone
carbohydrate tools and resources, as well as a unifying web-based application.
The canonical public version of Eurocarb is available at http://www.ebi.ac.uk/eurocarb
The epicentre of development of Eurocarb revolves around http://code.google.com/p/eurocarb
Licensing
---------
All code and data in this distribution is licensed under the terms of the open source
Lesser Gnu Public License version 3.0 (LGPL), which is included in this distribution.
See LICENSE.txt for details. As a courtesy, if you download/use/extend the source version
we'd love to hear to about it.
Documentation
-------------
The best place to start is the googlecode project wiki, at http://code.google.com/p/eurocarb
Requirements
------------
Installation and compilation of Eurocarb requires Java version 1.5+ (http://java.sun.com),
Ant (http://ant.apache.org), and the open source relational database PostgreSQL version 7.3+
(http://postgres.org).
How to create a local/private version
-------------------------------------
These instructions are for the code + data. If you just want the data, check the
wiki and downloads area at http://code.google.com/p/eurocarb/downloads/list
At present, the best way to get Eurocarb is to checkout a source version
and build it locally. The choices are:
1) Checkout a release branch. Work out which branch you want first by surfing
to http://code.google.com/p/eurocarb/source/browse/#svn/branches, then:
> svn checkout http://eurocarb.googlecode.com/svn/branches/[version-you-want] eurocarb-[version]
2) Checkout the main development branch. Note that while this is always the most
up-to-date version, it may be unstable from time-to-time.
> svn checkout http://eurocarb.googlecode.com/svn/trunk eurocarb-trunk
Note that in both cases these will be read-only checkouts. You'll need to have
a google account and be accepted by one of the project admins as a project
developer in order to be able to commit changes back to the project.
Installation instructions
-------------------------
Authors
-------
Matt Harrison (mjh, glycoslave):
* primary author of core-api, sugar-api, and EurocarbDB webapp
Alessio Ceroni (aceroni):
* primary author of GlycanBuilder, GlycoWorkBench
* primary author of core-api mass spec module
* significant contributor to EurocarbDB webapp in general
Matthew Campbell
* primary author of Eurocarbdb HPLC module
Hiren Joshi
* contributor to core-api and EurocarbDB webapp
Magnus Lundborg
* primary author of NMR tools for Eurocarbdb webapp
Thomas Lutteke
* primary author of ResourcesDB
Rene Ranziger
* primary author of GlycoPeakFinder and MolecularFramework library
Kai Maass
* contributor to ResourcesDB and EurocarbDB mass spec module
Siegfried Schloissnig
* primary author of core-api NMR module
===
$Version: $