====== ntCard ======
ntCard is a streaming algorithm for cardinality estimation in genomics datasets.
===== Information =====
* Version: 1.0.0
* Added: February, 2017
* Link: https://github.com/bcgsc/ntCard
===== Usage =====
See which versions of ntcard are available:
$ module avail ntcard
Load ntcard
$ module load ntcard/1.0.0
===== Installation ======
Notes from the sysadmin during installation:
$ cd /tmp
$ wget -qO- https://github.com/bcgsc/ntCard/archive/1.0.0.tar.gz | tar xzv
$ cd ntCard-1.0.0/
$ sudo mkdir -p /export/apps/ntcard/1.0.0/
$ sudo chown -R joguya:joguya /export/apps/ntcard/1.0.0/
$ ./configure --prefix /export/apps/ntcard/1.0.0/
$ make
$ make install
$ sudo chown -R root:root /export/apps/ntcard/1.0.0/