Use research software taxonomy terms - #157
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the knowledge base’s oss-taxonomy classifications to incorporate newly added “research software” terms and applies those terms consistently across research/science-related tool detectors, alongside a regression test to lock in the expected mappings.
Changes:
- Updated taxonomy facets for workflow/orchestration, data provenance/version control, and publishing/reporting tools (including new
domain:*,function:*,role:*, andtechnology:*terms). - Refreshed the vendored oss-taxonomy term list to include the newly referenced terms.
- Added a KB mapping test covering the updated research/science tools.
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| knowledge/r/targets.toml | Reclassifies targets as function:workflow-orchestration and adds domain:research. |
| knowledge/r/rmarkdown.toml | Adds literate-programming and report-generation functions for R Markdown. |
| knowledge/r/knitr.toml | Adds literate-programming and report-generation functions for knitr. |
| knowledge/julia/runic.toml | Adds technology:julia taxonomy tag. |
| knowledge/julia/juliaformatter.toml | Adds technology:julia taxonomy tag. |
| knowledge/julia/documenter.toml | Adds technology:julia taxonomy tag. |
| knowledge/julia/benchmarktools.toml | Adds technology:julia taxonomy tag. |
| knowledge/fortran/fortitude.toml | Adds technology:fortran taxonomy tag. |
| knowledge/_shared/snakemake.toml | Maps Snakemake to function:workflow-orchestration, domain:research, and adds technology:snakemake. |
| knowledge/_shared/quarto.toml | Adds literate-programming, report-generation, and technology:quarto. |
| knowledge/_shared/nf-test.toml | Adds technology:nextflow taxonomy tag. |
| knowledge/_shared/nf-core.toml | Expands domain to include bioinformatics and adds technology:nextflow. |
| knowledge/_shared/nextflow.toml | Maps Nextflow to function:workflow-orchestration, domain:research, and adds technology:nextflow. |
| knowledge/_shared/multiqc.toml | Adds function:report-generation and domain:bioinformatics. |
| knowledge/_shared/jupyter.toml | Adds function:interactive-computing, function:literate-programming, and technology:jupyter. |
| knowledge/_shared/dvc.toml | Maps DVC to function:data-provenance and function:data-version-control. |
| knowledge/_shared/dockstore.toml | Reclassifies Dockstore as role:registry (removing prior CLI/deployment classification). |
| kb/testdata/oss-taxonomy-terms.txt | Updates vendored term list to include new domain/function/role/technology terms used by KB. |
| kb/kb_test.go | Adds TestResearchToolTaxonomy to verify the updated taxonomy mappings. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refresh the vendored oss-taxonomy terms after ecosyste-ms/oss-taxonomy#20 and apply the research vocabulary to the science tool detectors. Map Nextflow, Snakemake, and targets to
function:workflow-orchestration; DVC tofunction:data-provenanceandfunction:data-version-control; MultiQC and publishing tools to report generation and literate programming; and Dockstore torole:registry. Add the new technology and domain terms, plus a mapping test for the affected tools.