Skip to content

Commit

Permalink
Bumped version, updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
suragnair committed Nov 4, 2020
1 parent 72a1193 commit 6110e4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ True # np.allclose is not symmetric
## Getting Help
fastISM supports the most commonly used subset of Keras for biological sequence-based models. Occasionally, you may find that some of the layers used in your model are not supported by fastISM ([Supported Layers](https://fastism.readthedocs.io/en/latest/layers.html) section in Documentation). In a few cases, the fastISM model may fail correctness checks, indicating there are likely some issues in the fastISM code. In both such cases or any other bugs, feel free to reach out to the author by posting an [Issue](https://github.com/kundajelab/fastISM/issues) on GitHub along with your architecture, and we'll try to work out a solution!

## Coming Soon
- Cropping1D support

## Citation
fastISM: Performant *in-silico* saturation mutagenesis for convolutional neural networks; Surag Nair, Avanti Shrikumar, Anshul Kundaje (bioRxiv 2020)
[https://doi.org/10.1101/2020.10.13.337147](https://doi.org/10.1101/2020.10.13.337147)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastism"
version = "0.4.0"
version = "0.4.1"
description = "Fast In-silico Mutagenesis for Convolution-based Neural Networks"
authors = ["Surag Nair <surag@stanford.edu>"]
license = "MIT"
Expand Down

0 comments on commit 6110e4a

Please sign in to comment.