[go: up one dir, main page]

Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Markusjsommer/BalrogCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bacterial Annotation by Learned Representation Of Genes (C++ version)

BioConda Install BioConda Install BioConda Install BioConda Install

Overview

This is intended as a repository for stable bioconda releases. The main Balrog repo can be found here

Balrog is a prokaryotic gene finder based on a Temporal Convolutional Network. We took a data-driven approach to prokaryotic gene finding, relying on the large and diverse collection of already-sequenced genomes. By training a single, universal model of bacterial genes on protein sequences from many different species, we were able to match the sensitivity of current gene finders while reducing the overall number of gene predictions. Balrog does not need to be refit on any new genome.

Preprint available on bioRxiv here.

Getting started

# install via conda
conda create -n balrog_env python=3.7 -y

conda activate balrog_env
(alternatively: "source activate balrog_env")

conda install balrog -c conda-forge -c bioconda -y
conda install pytorch=1.7.1 -c conda-forge -y

balrog --help

Conda can be very slow and are working on providing precompiled binaries for unix systems in the near future

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published