We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b11187 commit 0b1ea28Copy full SHA for 0b1ea28
‎pyproject.toml‎
@@ -7,7 +7,7 @@ packages = ["src/instanexus"]
7
8
[project]
9
name = "instanexus"
10
-version = "0.1.0"
+version = "0.2.0"
11
description = "End-to-end workflow for de novo protein sequencing based on InstaNovo"
12
readme = "README.md"
13
readme-content-type = "text/markdown"
@@ -48,7 +48,7 @@ Homepage = "https://github.com/Multiomics-Analytics-Group/InstaNexus"
48
Issues = "https://github.com/Multiomics-Analytics-Group/InstaNexus/issues"
49
50
[project.scripts]
51
-instanexus = "instanexus.__main__:main"
+instanexus = "instanexus.main:cli"
52
53
[tool.black]
54
line-length = 88
0 commit comments