File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ authors:
1414 given-names : " Jeroen"
1515 orcid : " https://orcid.org/0000-0003-4480-5567"
1616title : " InstaNovo"
17- version : 0.1.6
17+ version : 0.1.7
1818doi : 10.1101/2023.08.30.555055
1919date-released : 2023-09-01
2020url : " https://github.com/instadeepai/instanovo"
@@ -77,4 +77,4 @@ preferred-citation:
7777 title :
7878 " De novo peptide sequencing with InstaNovo: Accurate, database-free peptide identification for
7979 large scale proteomics experiments"
80- url : " https://www.biorxiv.org/content/10.1101/2023.08.30.555055v2 "
80+ url : " https://www.biorxiv.org/content/10.1101/2023.08.30.555055v3 "
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ iterative refinement of predicted sequences.
1414
1515** Links:**
1616
17- - bioRxiv: https://www.biorxiv.org/content/10.1101/2023.08.30.555055v2
17+ - bioRxiv: https://www.biorxiv.org/content/10.1101/2023.08.30.555055v3
1818
1919** Developed by:**
2020
@@ -169,7 +169,7 @@ The model checkpoints are licensed under Creative Commons Non-Commercial
169169 year = {2023},
170170 doi = {10.1101/2023.08.30.555055},
171171 publisher = {Cold Spring Harbor Laboratory},
172- URL = {https://www.biorxiv.org/content/10.1101/2023.08.30.555055v2 },
172+ URL = {https://www.biorxiv.org/content/10.1101/2023.08.30.555055v3 },
173173 journal = {bioRxiv}
174174}
175175```
Original file line number Diff line number Diff line change 66import setuptools
77from setuptools import setup
88
9- __version__ = "0.1.6 "
9+ __version__ = "0.1.7 "
1010
1111
1212def read_requirements (file : str ) -> list [str ]:
You can’t perform that action at this time.
0 commit comments