Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/workflows/bdf_validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Validate BDF Tool

on:
push:
branches:
- main
pull_request:

jobs:
validate-tool:
uses: ARPA-H-BDF/bdfkb-schema/.github/workflows/ci-validate.yaml@main
with:
python-version: '3.11'
73 changes: 73 additions & 0 deletions bdf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
version: 0.0.1

tool:
name: Beaker Biomedical
repo_url: https://github.com/jataware/biome
tool_homepage: https://beakerhub.com/
documentation_url: https://jataware.github.io/beaker-kernel/
tool_type: Notebook

llm:
usesLlm: true
bringOwnKey: true

input:
- name: use data and queries 1
dataCategory: User driven biomedical data + queries
dataClass: "other"
dataType: ""
format:
- none
dataStandard:
- none
proprietary: true
source: ""

output:
- name: analysis of data 1
dataCategory: Analysis of data
dataClass: "other"
dataType: ""
format:
- none
dataStandard:
- none
proprietary: true
source: ""

license:
license_type: Other
link: https://github.com/jataware/biome/blob/main/LICENSE

funding:
source: DARPA
agreement: Not specified
link: ""

domains:
- Biomedical

credit:
- name: Jataware
role: Developer
org: Jataware
url: https://jataware.com/

target_users:
primary_user:
user_type: researcher
technical_literacy_level:
- expert
biomedical_literacy_level:
- expert

maturity:
beginning_maturity: 1
current_maturity: 7

media:
[
{ "link": "https://github.com/jataware/biome" },
]

collaborations: []