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
|
Dependencies:
---------------------------------------
GNU make, g++ , zlib (for samtools API used in parseAlignment program)
Optional:
python - for helper scripts getCount.py, extractTranscriptInfo.py
Compilation:
--------------------------------------
Enter BitSeq directory and run:
make
Help & Usage:
--------------------------------
See wiki for more information:
https://github.com/BitSeq/BitSeq/wiki/Basic-usage
Contact:
----------------------------------
Please use local issue tracker: https://github.com/BitSeq/BitSeq/issues for
help, issue resolution and comments.
For direct contact, please contact Peter Glaus (glaus [at] cs.man.ac.uk).
License:
----------------------------------
Artistic-2.0
+ Boost_1_0 for directory boost
+ MIT for directory samtools
+ LGPL for directory asa103
|