deltasci
A verification layer for scientific work
File Explorer
Download Latest Version (.zip)- bug_report.md
- domain_pack_proposal.md
- feature_request.md
- eplet_features.csv
- hats_per_allele.csv
- marco_pairs.csv
- marco_strata_demo.csv
- ecosystem_scan.md
- gap_analysis.md
- roadmap.md
- verifier_competition_scan.md
- api_stub.py
- endpoints.json
- SUMMARY.md
- marco_dr_dq_execution_2026-05-02.md
- biomed_run.py
- climate_run.py
- marco_dr_dq.py
- materials_run.py
- transcript.md
- transcript.md
- transcript.md
- transcript.md
- hypothesis.md
- summary.json
- experiment_plan.json
- protocol.md
- risk_register.json
- risks.md
- citations.json
- codex.json
- codex.md
- notebook.ipynb
- README.md
- requirements.txt
- 00_idea.md
- hypothesis.md
- manifest.json
- README.md
- summary.json
- transcript.md
- transcript.md
- transcript.md
- transcript.md
- transcript.md
- hypothesis.md
- summary.json
- experiment_plan.json
- protocol.md
- risk_register.json
- risks.md
- citations.json
- codex.json
- codex.md
- notebook.ipynb
- README.md
- requirements.txt
- 00_idea.md
- hypothesis.md
- manifest.json
- summary.json
- transcript.md
- transcript.md
- transcript.md
- transcript.md
- transcript.md
- hypothesis.md
- summary.json
- experiment_plan.json
- protocol.md
- risk_register.json
- risks.md
- citations.json
- codex.json
- codex.md
- notebook.ipynb
- README.md
- requirements.txt
- data_flow.mmd
- protocol_seq.mmd
- execution_update.md
- report.json
- 00_idea.md
- hypothesis.md
- manifest.json
- summary.json
- transcript.md
- transcript.md
- transcript.md
- transcript.md
- transcript.md
- hypothesis.md
- summary.json
- experiment_plan.json
- protocol.md
- risk_register.json
- risks.md
- citations.json
- codex.json
- codex.md
- notebook.ipynb
- README.md
- requirements.txt
- 00_idea.md
- hypothesis.md
- manifest.json
- summary.json
- transcript.md
- ARCHITECTURE.md
- AUTHORING_DOMAIN_PACKS.md
- index.html
- live-room-prototype.html
- domain_round.md
- engineer_round.md
- synthesis_round.md
- coverage_axis.md
- evidence_taxonomy.md
- grounding_rules.md
- install.sh
- SKILL.md
- install.sh
- SKILL.md
- app.py
- bundle.sh
- DEPLOY.md
- Dockerfile
- README.md
- requirements.txt
- __init__.py
- discover_api.py
- marco_strata.py
- __init__.py
- _match.py
- arxiv.py
- corroboration.py
- crossref.py
- datacite.py
- openalex.py
- pubmed.py
- semscholar.py
- __init__.py
- geo.py
- __init__.py
- verifier.py
- __init__.py
- github.py
- huggingface.py
- __init__.py
- base.py
- cache.py
- extractor.py
- http.py
- intake.py
- report_md.py
- runner.py
- support.py
- __init__.py
- generator.py
- __init__.py
- anthropic.py
- base.py
- mock.py
- openai.py
- __init__.py
- cells.py
- generator.py
- lens.md
- notebook.py
- pack.toml
- requirements.txt
- lens.md
- notebook.py
- pack.toml
- requirements.txt
- lens.md
- notebook.py
- pack.toml
- requirements.txt
- lens.md
- notebook.py
- pack.toml
- requirements.txt
- __init__.py
- __init__.py
- analyzer.py
- renderer.py
- __init__.py
- analyzer.py
- pdb1aqd.ent
- pdb1h15.ent
- pdb1jk8.ent
- pdb3c5j.ent
- pdb3lqz.ent
- pdb6cqr.ent
- sa_positions_v1.json
- __init__.py
- dssp_sa.py
- __init__.py
- __main__.py
- challenger.py
- cli.py
- compose.py
- config.py
- engine.py
- gap.py
- grounding.py
- hypothesis.py
- interactive.py
- layout.py
- mcp_server.py
- paper.py
- paper_llm.py
- protocol.py
- roles.py
- scan.py
- synthesis.py
- transcript.py
- verify.py
- workflow.py
- conftest.py
- test_audit_extractor.py
- test_audit_match.py
- test_audit_runner.py
- test_audit_semscholar.py
- test_cli.py
- test_compose.py
- test_datacite.py
- test_diagrams.py
- test_discover_api.py
- test_engine.py
- test_gap.py
- test_grounding.py
- test_http_retry.py
- test_hypothesis_schema.py
- test_intake.py
- test_interactive.py
- test_layout_iterations.py
- test_marco_strata.py
- test_notebook.py
- test_packs.py
- test_paper.py
- test_paper_llm.py
- test_paper_verify.py
- test_postexec.py
- test_preflight.py
- test_protocol_risks_challenge.py
- test_scan.py
- test_structural_dssp.py
- test_support.py
- test_verify_api.py
- test_verify_cli.py
- test_workflow.py
- cell_runner.py
- route.ts
- route.ts
- route.ts
- page.tsx
- page.tsx
- page.tsx
- globals.css
- layout.tsx
- page.tsx
- auditable.tsx
- mermaid.tsx
- notebook.tsx
- notebookView.tsx
- plotly.tsx
- projectView.tsx
- runDetail.tsx
- v2sections.tsx
- hypothesis.md
- README.md
- summary.json
- transcript.md
- categoryGuidance.ts
- loadProject.ts
- loadRun.ts
- types.ts
- plotly.d.ts
- .gitignore
- next.config.ts
- package-lock.json
- package.json
- postcss.config.js
- README.md
- tailwind.config.ts
- tsconfig.json
- .gitignore
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- pyproject.toml
- README.md
# Installation Guide
git clone https://github.com/boheling/deltasci
Downloads the entire project code from GitHub to your computer.
cd deltasci
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install deltasci # core (CLI + library)
Installs the package published on PyPI directly β no need to clone the source.
pip install "deltasci[anthropic]" # + Anthropic adapter
Installs the package published on PyPI directly β no need to clone the source.
pip install "deltasci[openai]" # + OpenAI adapter
Installs the package published on PyPI directly β no need to clone the source.
pip install "deltasci[all]" # both
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
3. Docker
Easy- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker build -f space/Dockerfile -t deltasci .
Builds a runnable image based on the Dockerfile.
docker run -p 8080:80 deltasci
Runs the built image as an actual container.
4. Node.js
Easycd web
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
5. Python
Easypip install deltasci # core (CLI + library)
Installs the package published on PyPI directly β no need to clone the source.
pip install "deltasci[anthropic]" # + Anthropic adapter
Installs the package published on PyPI directly β no need to clone the source.
pip install "deltasci[openai]" # + OpenAI adapter
Installs the package published on PyPI directly β no need to clone the source.
pip install "deltasci[all]" # both
Installs the package published on PyPI directly β no need to clone the source.
pip install "deltasci[mcp]"
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
