User Tools

Site Tools


hostile-software

This is an old revision of the document!


hostile

Hostile accurately removes host sequences from short and long read (meta)genomes, consuming single or paired FASTQ from files or stdin. Batteries are included – a human reference genome is downloaded when run for the first time. Hostile is precise by default, removing an order of magnitude fewer microbial reads than existing approaches while removing >99.5% of real human reads from 1000 Genomes Project samples.

Information

Usage

See versions that are available:

$ module avail hostile

Load one version into your environment and run it:

$ module load hostile/2.0.0
$ hostile

Installation

Notes from the sysadmin during installation.

$ sudo mkdir -p /export/apps/hostile/2.0.0
$ sudo chown aorth /export/apps/hostile/2.0.0
$ module load python/3.10
$ python3 -m venv /export/apps/hostile/2.0.0
$ source /export/apps/hostile/2.0.0/bin/activate
$ pip install -U pip setuptools wheel
$ pip install hostile==2.0.0
$ sudo chown -R root /export/apps/hostile/2.0.0
hostile-software.1740984490.txt.gz · Last modified: by aorth