Skip to content

Releases: flatironinstitute/deepblast

Published version

09 Jun 17:38
912a391
Compare
Choose a tag to compare

This version corresponds to the published version of DeepBLAST

Version 1.0.1 minor release

09 Mar 15:32
Compare
Choose a tag to compare

We improved model loading to make this software more portable. Minor typos have been fixed

Version 1

08 Mar 14:25
29a7db5
Compare
Choose a tag to compare

This is the latest release of DeepBLAST that enables strongly comparable structural alignments compared to existing structural aligners, without needing structural inputs. Multiple changes happened since the last iteration

  • We swapped out the Bepler LSTM pretrained model with ProTrans
  • CNN intermediate layers to estimate the BLOSUM matrices are used instead of MLP layers
  • Support for differentiable Smith-Waterman is in place
  • Compatibility with TM-vec to enable scalable remote homology search is in place
  • Distributed computing across multiple nodes and GPUs is enabled

Alpha Release

19 Sep 01:02
a0f29b4
Compare
Choose a tag to compare

We are excited to announce our first release of DeepBLAST. Here, we provide the first implementation of the differentiable Needleman-Wunsch algorithm to enable learning protein structural similarity.

We have provided command line scripts on how to pretrain these models and load them.