cbp44 / metaseqlite

A Python 3 compatible version of the major features of metaseq, a framework for integrated analysis and plotting of ChIP/RIP/RNA/*-seq data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

metaseqlite

This is a stripped down version of metaseq that works with Python 3 containing the most useful features.

Installation

conda env create -f conda_env.yaml # or... make init
conda activate metaseq-lite # or... make activate
pip install -e .

About

A Python 3 compatible version of the major features of metaseq, a framework for integrated analysis and plotting of ChIP/RIP/RNA/*-seq data

License:MIT License


Languages

Language:Python 99.9%Language:Makefile 0.1%