-
Notifications
You must be signed in to change notification settings - Fork 153
/
README
60 lines (41 loc) · 1.97 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
--------------------------------------------------------------------------------
README : BAMTOOLS
--------------------------------------------------------------------------------
BamTools provides both a programmer's API and an end-user's toolkit for handling
BAM files.
I. Learn More
II. License
III. Acknowledgements
IV. Contact
--------------------------------------------------------------------------------
I. Learn More:
--------------------------------------------------------------------------------
Installation steps, tutorial, API documentation, etc. are all now available
through the BamTools project wiki:
https://github.com/pezmaster31/bamtools/wiki
Join the mailing list(s) to stay informed of updates or get involved with
contributing:
https://github.com/pezmaster31/bamtools/wiki/Mailing-lists
--------------------------------------------------------------------------------
II. License :
--------------------------------------------------------------------------------
Both the BamTools API and toolkit are released under the MIT License.
Copyright (c) 2009-2010 Derek Barnett, Erik Garrison, Gabor Marth,
Michael Stromberg
See included file LICENSE for details.
--------------------------------------------------------------------------------
III. Acknowledgements :
--------------------------------------------------------------------------------
* Aaron Quinlan for several key feature ideas and bug fix contributions
* Baptiste Lepilleur for the public-domain JSON parser (JsonCPP)
* Heng Li, author of SAMtools - the original C-language BAM API/toolkit.
--------------------------------------------------------------------------------
IV. Contact :
--------------------------------------------------------------------------------
Feel free to contact me with any questions, comments, suggestions, bug reports,
etc.
Derek Barnett
Marth Lab
Biology Dept., Boston College
Email: derekwbarnett@gmail.com
Project Website: http://github.com/pezmaster31/bamtools