Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 359 Bytes

Readme.md

File metadata and controls

20 lines (14 loc) · 359 Bytes

Rfam Web Reports

This code generates interactive reports based on the output from the Rfam pipeline.

Installation

virtualenv env
source env/bin/activate
pip install -r requirements.txt

Usage

python rfreport.py <path_to_rfsearch_output>

# view all options
python rfreport.py --help