-
Notifications
You must be signed in to change notification settings - Fork 22
Home
bwtool's functionality is subdivided into subprograms that roughly fall into three categories: data extraction, analysis, and data modification, although e.g. in the case of the matrix program or the sax program, the boundary between data extraction and analysis isn't very strong. The data modification programs all have the behavior that a bigWig is inputted and a new bigWig is outputted.
Data Extraction | Analysis | Data modification |
---|---|---|
extract | aggregate | fill |
matrix | chromgraph | lift |
paste | distribution | remove |
random* | find | shift |
sax | summary | |
window |
* available when linking to the GNU Scientific Library (GSL).
Installing bwtool should just be a matter of a few commands, hopefully. Required are libpng, libm, and zlib, all of which are included in modern linux distributions or Macs with the XCode command-line utilities installed.
To install:
$ git clone https://github.com/andypohl/bwtool.git
$ cd bwtool/
$ ./configure
$ make
$ sudo make install
At the moment there aren't any questions.
Please direct questions to Andy Pohl.