Skip to content

Commit fc0c7a5

Browse files
authored
Add 42 new tools across 10 scientific domains (#91)
* Add 42 new tools across 10 scientific domains New tool groups: - DNA: codon optimization, primer design, Gibson/Golden Gate assembly, virtual digest - Dose-response: 4PL curve fitting, IC50 calculation, potency comparison - Survival analysis: Kaplan-Meier, log-rank test, Cox regression - Drug synergy: Bliss independence, HSA, ZIP models - CLUE L1000: signature search, perturbation, gene expression, cell lines, compounds - L1000FWD: transcriptomic signature connectivity query - TIMER2: immune estimation, gene correlation, survival association (via cBioPortal) - PROTAC-DB: PROTAC search, detail retrieval, target search - Cell Painting: IDR screen search, plate listing, well data - Chem SA score: RDKit synthetic accessibility scoring - OmniPath: TF-target interactions and DoRothEA regulon (2 new operations) * bump version to 1.0.21
1 parent 7267e59 commit fc0c7a5

File tree

71 files changed

+9207
-630
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+9207
-630
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ src/tooluniverse/web_tools/
151151
src/tooluniverse/tools_generated/FILE_ORGANIZATION_LIST.md
152152
temp_docs_and_tests/
153153

154+
# Parked tools pending API keys (not ready for publishing)
155+
temp_tools/
156+
154157
# Session documentation (temporary - never push)
155158
*_SUMMARY.md
156159
*_REPORT.md

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "tooluniverse"
7-
version = "1.0.20"
7+
version = "1.0.21"
88
description = "A comprehensive collection of scientific tools for Agentic AI, offering integration with the ToolUniverse SDK and MCP Server to support advanced scientific workflows."
99
authors = [
1010
{ name = "Shanghua Gao", email = "shanghuagao@gmail.com" }

0 commit comments

Comments
 (0)