-
Notifications
You must be signed in to change notification settings - Fork 19
/
README
34 lines (24 loc) · 903 Bytes
/
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
Requirements (source tar-ball only )
------------------------------------
Corset requires samtools to be installed. Specifically it will use the
library files and headers, so these must be in a place that can be
accessed by Corset.
We also suggest using gcc version 4.3 or greater because some newer
container classes are available in c++0x. This is not a requirement
however, code compiled with an older version of gcc will run slower.
Installation
------------
Compile and install in the usual way with:
./configure
make
make install
Note that when running configure you may need to specify the
locations of sam.h and libbam with:
--with-bam_inc=<path_to_sam.h> and --with-bam_lib=<path_to_bam_library>
Running
-------
Type "corset" to get usage information.
More help can be found on the website at:
https://github.com/Oshlack/Corset/wiki
----
Last Modified, N. Davidson, 1 April 2016