Skip to content

Commit

Permalink
add gnps version config to quick start tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
CunliangGeng committed Jan 20, 2025
1 parent bdfd5da commit cda2c90
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ Here are some example values for the `nplinker.toml` file:
version = "1"
cutoff = "0.30"

[gnps]
version = "1"

[scoring]
methods = ["metcalf"]
```
Expand Down Expand Up @@ -212,6 +215,9 @@ Here are some example values for the `nplinker.toml` file:
cutoff = "0.30"
parameters = "--mibig_version 3.1 --include_singletons --gcf_cutoffs 0.30"

[gnps]
version = "1"

[scoring]
methods = ["metcalf"]
```
Expand Down

0 comments on commit cda2c90

Please sign in to comment.