Cross-Tabulation tool

for Galaxy

Download

File Version Release Date md5 sum
crosstab-0.0.2.tar.gz 0.0.2 15-Jun-2009 f1d90ea86e91586fbde04dc6aa820146
libgtextutils-0.4.tar.gz 0.4 15-jun-2009 2259ba2db251699c3cdc020c8299852d

Requirements

Installation

note: libggtextutils is a static library, used by crosstab during compilation stage. If you get compilation errors regarding PKG_CONFIG or GTEXTUTILS not found, see the Program Installation section of FASTX-Toolkit for some tips.

First Install libgtextutils-0.4
$ tar -xzvf libgtextutils-0.4.tar.gz
$ cd libgtextutils-0.4
$ ./configure
$ make
$ make check
$ sudo make install

Then, install crosstab
$ tar -xjvf crosstab-0.0.2.tar.bz2
$ cd crosstab-0.0.2
$ ./configure
$ make
$ sudo make install