Skip to content
/ AAV Public
forked from Magdoll/AAV

Scripts for analyzing PacBio AAV sequences

Notifications You must be signed in to change notification settings

wkarno/AAV

 
 

Repository files navigation

AAV

Last Updated: 12/06/2022

Disclaimer

This is not an official PacBio GitHub repo. The scripts here are being actively developed. Use at your own risk.

Pre-requisites

  • Python 3.7
  • R

Python libaries required:

R packages required:

  • ggplot2
  • dplyr
  • grid
  • gridExtra

Installation

You can directly download/clone the repo to use the scripts directly.

$ git clone https://github.com/Magdoll/AAV.git

You can install the dependencies on your own or use one of the following conda-based options.

Option1: Use Conda and install the pre-requisites individually

conda install -c bioconda pysam
conda install -c r ggplot2
conda install -c r dpylr
conda install -c r grid
conda install -c r gridExtra

Option2: Use Conda with yml

Suppose you have anaconda installed and the binary is in $HOME/anaCogentPy37/bin. You would add the binary to $PATH and create a new conda environment called AAV.env.

$ export PATH=$HOME/anaCogentPy37/bin:$PATH
$ conda env create -f AAV.conda_env.yml
$ source activate AAV.env

At this point the prompt should change to (AAV.env) $

Usage

Please read the AAV tutorial

About

Scripts for analyzing PacBio AAV sequences

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 63.6%
  • R 36.4%