User Tools

Site Tools


ntcard-software

Table of Contents

ntCard

ntCard is a streaming algorithm for cardinality estimation in genomics datasets.

Information

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/
ntcard-software.txt · Last modified: 2017/02/14 06:55 by joguya