Skip to content

Commit 8251c67

Browse files
committed
add funmap example for NTA and also fix nta tolerance
1 parent db40dcf commit 8251c67

File tree

13 files changed

+197004
-4
lines changed

13 files changed

+197004
-4
lines changed

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"rust-analyzer.linkedProjects": [
3+
"./webgestalt_lib/Cargo.toml"
4+
]
5+
}

Cargo.lock

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version = "0.3.0"
66
authors = ["John Elizarraras"]
77
edition = "2021"
88
rust-version = "1.63.0"
9-
description = "CLI for computing enrichment for different analytes using ORA or GSEA."
9+
description = "CLI for computing enrichment for different analytes using ORA, GSEA, or NTA."
1010
license = "MIT OR Apache-2.0"
1111
repository = "https://github.com/bzhanglab/webgestalt_rust"
1212

0 commit comments

Comments
 (0)