pstjohn / fairseq-uniparc

Fairseq modeling for protein function prediction from primary sequence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fairseq-uniparc

Install and setup

First, create a conda environment with conda env create -f fairseq.yml

I'm using torch_scatter, which doesn't seem to install directly with conda. Then, install my fork of fairseq from pstjohn/fairseq with pip install --editable ./ in the resulting conda environment.

On eagle, my environment is kept in /projects/deepgreen/pstjohn/envs/fairseq. Use --prefix=... during conda env create to specify a custom directory.

About

Fairseq modeling for protein function prediction from primary sequence


Languages

Language:Jupyter Notebook 90.5%Language:Shell 6.3%Language:Python 3.2%