Skip to content

Installation

Michael Alonge edited this page Nov 1, 2021 · 9 revisions

RagTag Version: v2.1.0

Dependencies

  • Minimap2, Unimap, or Nucmer
  • Python 3 (with the following auto-installed packages)
    • numpy (developed and tested on 1.18.0)
    • intervaltree (3.1.0)
    • pysam (0.16.0.1)
    • networkx (2.5)

Installation

One can install RagTag from:

Bioconda

conda install -c bioconda ragtag

PyPI

pip install RagTag

source

git clone https://github.com/malonge/RagTag
cd RagTag
python3 setup.py install
Clone this wiki locally