User Tools

Site Tools


pathoscope-software

pathoscope

Species identification and strain attribution with unassembled sequencing data.

Information

Usage

See which versions are available:

$ module avail pathoscope

Load one version into your environment and run it:

$ module load pathoscope/2.0.7
$ pathoscope -h

Installation

Notes from the sysadmin during installation:

$ cd /tmp
$ wget https://github.com/PathoScope/PathoScope/archive/refs/tags/v2.0.7.tar.gz
$ tar xf v2.0.7.tar.gz
$ cd PathoScope-2.0.7
$ module load python/2.7
$ sudo mkdir -p /export/apps/pathoscope/2.0.7
$ sudo chown aorth /export/apps/pathoscope/2.0.7
$ python -m virtualenv /export/apps/pathoscope/2.0.7
$ source /export/apps/pathoscope/2.0.7/bin/activate
$ pip install .
$ sudo chown -R root:root /export/apps/pathoscope/2.0.7
pathoscope-software.txt · Last modified: 2022/03/11 08:25 by aorth