Command-line tools used by transrate for processing bam files. Written in C++ and using Bamtools.
building
transrate-tools uses C++11 features, so you’ll need at least g++ 4.8 installed. On OSX you can install the latest gcc with brew install gcc49. Note that on OSX you always need to tell cmake where to find gcc, using the option -DCMAKE_CXX_COMPILER=$(which g++-4.9).
transrate-tools
Command-line tools used by transrate for processing bam files. Written in C++ and using Bamtools.
building
transrate-tools uses C++11 features, so you’ll need at least g++ 4.8 installed. On OSX you can install the latest gcc with
brew install gcc49. Note that on OSX you always need to tellcmakewhere to find gcc, using the option-DCMAKE_CXX_COMPILER=$(which g++-4.9).Make sure you clone with submodules:
And you’ll need cmake installed.
Next, build bamtools:
on linux:
or on OSX:
Then build transrate-tools…
on linux:
on OSX:
The executable is called
bam-readand will be in thesrcdirectory.bam-read
Parse bam files after multi-mapping reads have been assigned and aggregate read mapping information by contig.
Currently captured: