Spaces:
Running
on
Zero
Running
on
Zero
docs: update README
Browse files
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
---
|
2 |
-
title: De Novo Peptide Sequencing With InstaNovo
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.23.1
|
8 |
app_file: app.py
|
@@ -10,9 +10,9 @@ pinned: true
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
-
# _De Novo_ Peptide Sequencing With InstaNovo
|
14 |
|
15 |
-
This Space provides a web interface for the [InstaNovo](https://github.com/instadeepai/InstaNovo)
|
16 |
|
17 |
**Features:**
|
18 |
|
@@ -30,6 +30,9 @@ This Space provides a web interface for the [InstaNovo](https://github.com/insta
|
|
30 |
|
31 |
**Model:**
|
32 |
|
33 |
-
This demo uses the
|
34 |
|
35 |
-
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: De Novo Peptide Sequencing With InstaNovo and InstaNovo+
|
3 |
+
emoji: ⚗️
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: white
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.23.1
|
8 |
app_file: app.py
|
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
+
# _De Novo_ Peptide Sequencing With InstaNovo and InstaNovo+
|
14 |
|
15 |
+
This Space provides a web interface for the [InstaNovo](https://github.com/instadeepai/InstaNovo) models for _de novo_ peptide sequencing from mass spectrometry data.
|
16 |
|
17 |
**Features:**
|
18 |
|
|
|
30 |
|
31 |
**Model:**
|
32 |
|
33 |
+
This demo uses the pretrained model checkpoint.
|
34 |
|
35 |
+
* Predictions use version `instanovo-v1.1.0` for the transformer-based InstaNovo model and version `instanovoplus-v1.1.0-alpha` for the diffusion-based InstaNovo+ model.
|
36 |
+
* The InstaNovo+ model `instanovoplus-v1.1.0-alpha` is an alpha release.
|
37 |
+
|
38 |
+
**Note:** Processing large files can take time, depending on the file size and the chosen decoding method. Knapsack generation can also add to the initial startup time.
|