Skip to content
#

protein-structure

Here are 310 public repositories matching this topic...

gahdritz
gahdritz commented Dec 17, 2021

I've implemented low-memory attention (9670958) using an algorithm from a recent preprint (https://arxiv.org/pdf/2112.05682.pdf), enhanced a little bit with the ability to add multiple biases + batch dimensions. Lacking the JAX map & scan used in the original implementation, which I've had to replace with for loops, ours is quite a bit slower (exact figures depend heavily on the choice of chunk si

enhancement good first issue help wanted
ptynecki
ptynecki commented May 16, 2020

Hey,

I would propose extend list of available models by SeqVec (ELMo-based implementation) which was presented in the Modeling aspects of the language of life through transfer-learning protein sequences paper.

SeqVec model trained on UniRef50 is available at: [SeqVec-model](

enhancement good first issue help wanted wontfix
jgreener64
jgreener64 commented Oct 29, 2018

This issue is a roadmap for Molly.jl development. Feel free to discuss things here or submit a PR. Bear in mind that significant refactoring will probably occur as the package develops.

Low hanging fruit

Want to get involved? These issues might be the place to start:

  • Speedups to the code. Both on the level of individual functions and the overall algorithm. [Getting there]
  • Look over
lightdock
p2rank

P2Rank: Protein-ligand binding site prediction tool based on machine learning. Stand-alone command line program / Java library for predicting ligand binding pockets from protein structure.

  • Updated Jun 3, 2022
  • Groovy

Improve this page

Add a description, image, and links to the protein-structure topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the protein-structure topic, visit your repo's landing page and select "manage topics."

Learn more