Skip to content

sklasfeld/DANPOS3

Repository files navigation

DANPOS3

For questions on this code, please feel free to checkout the DANPOS project forum at: https://groups.google.com/forum/#!forum/danpos

Background

This repo contains updated code from DANPOS2.

Summary

This code was written to update umap to work with Python3 and fix other bugs.

Installation

To download the repository

git clone https://github.com/sklasfeld/DANPOS3.git

To install the exact versions of the dependencies use type:

cd DANPOS3
pip install -r requirements.txt

To be able to execute these scripts from other directories easily, please set your current working directory to your $PATH variable.

Package and Library versions

  • Python 3.7.6
  • R version 4.0.1
  • samtools 1.7 using htslib 1.7
  • Python Libraries
    • rpy2 3.3.3
    • argparse 1.1
    • numpy 1.18.5
    • pysam 0.16.0.1

To test your environment for these packages, use the script print_versions.py

About

Updated DANPOS2 to work with python3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages