This code generates interactive reports based on the output from the Rfam pipeline.
virtualenv env
source env/bin/activate
pip install -r requirements.txt
python rfreport.py <path_to_rfsearch_output>
# view all options
python rfreport.py --help
This code generates interactive reports based on the output from the Rfam pipeline.
virtualenv env
source env/bin/activate
pip install -r requirements.txt
python rfreport.py <path_to_rfsearch_output>
# view all options
python rfreport.py --help