-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
44 lines (26 loc) · 1.1 KB
/
README
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
**WARNING**: the ensembl-xs repository on GitHub has had its history rewritten
on 2019-03-14 around 12:00 UTC. If you work with this repository you are
advised to clone it from scratch rather than to update a clone from before
the rewrite in order to make sure your local commit history is clean.
Bio::EnsEMBL::XS
Version 2.3.2
The Bio::EnsEMBL::XS module uses the Perl XS layer to provide fast re-implementations
in C of some procedures of the Ensembl API, written in pure perl.
QUICK INSTALL
-------------
To install this module from source code, run the following commands:
perl Makefile.PL
make
make test
make install
See file INSTALL for more detailed documentation on how to obtain, build, test,
install and benchmark the extensions.
SUPPORT AND DOCUMENTATION
-------------------------
After installing, you can find documentation for this module with the
perldoc command:
perldoc Bio::EnsEMBL::XS
AUTHOR
------
The module and the extensions have been written by Alessandro Vullo <[email protected]>
with the assistance of Andy Yates and contribution of Will McLaren.