User Tools

Site Tools


vcfdo-software

This is an old revision of the document!


Table of Contents

vcfdo

tools for processing and annotating VCF files, with focus on Plasmodium spp.

Information

Usage

See versions of vcfdo which are available:

$ module avail vcfdo

Load one version into your environment and run it:

$ module load vcfdo/git-508cc19b
$ vcfdo

Installation

Notes from the sysadmin during installation:

$ sudo mkdir -p /export/apps/vcfdo/git-508cc19b
$ sudo chown -R aorth:aorth /export/apps/vcfdo/git-508cc19b
$ module load python/3.7
$ python3 -m venv /export/apps/vcfdo/git-508cc19b
$ source /export/apps/vcfdo/git-508cc19b/bin/activate
$ pip install --upgrade pip setuptools
$ pip install git+https://github.com/IDEELResearch/vcfdo
$ sudo chown -R root:root /export/apps/vcfdo/git-508cc19b
vcfdo-software.1620295660.txt.gz · Last modified: (external edit)