Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 791 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 791 Bytes

AmpliPy

Python implementation of amplicon viral trimming + variant calling + consensus sequence calling, similar to iVar.

Installation

ViralMSA is written in Python 3 and depends on pysam. You can simply download AmpliPy.py to your machine and make it executable:

wget "https://raw.githubusercontent.com/Niema-Lab/AmpliPy/master/AmpliPy.py"
chmod a+x AmpliPy.py
sudo mv AmpliPy.py /usr/local/bin/AmpliPy.py # optional step to install globally

Usage

We will update this section soon 😅

Contributors