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 .