bio-foundation-housekeeping

Initialize a bioinformatics project scaffold with reproducible environments, schemas, and data cataloging. Use for new projects or repo setup.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bio-foundation-housekeeping" with this command: npx skills add fmschulz/omics-skills/fmschulz-omics-skills-bio-foundation-housekeeping

Bio Foundation Housekeeping

Initialize a bioinformatics project scaffold with reproducible environments, schemas, and data cataloging. Use for new projects or repo setup.

Instructions

  1. Create standard directory layout (data/, results/, schemas/, workflows/, src/, notebooks/).
  2. Initialize Pixi workspace and lockfile; define tasks.
  3. Define LinkML schemas and generate Pydantic models.
  4. Create DuckDB catalog and register parquet tables.

Quick Reference

TaskAction
Run workflowFollow the steps in this skill and capture outputs.
Validate inputsConfirm required inputs and reference data exist.
Review outputsInspect reports and QC gates before proceeding.
Tool docsSee docs/README.md.
References- See ../bio-skills-references.md

Input Requirements

Prerequisites:

  • Tools available in the active environment (Pixi/conda/system). See docs/README.md for expected tools.
  • Target project root is writable. Inputs:
  • project root (path)
  • metadata schema requirements
  • workflow engine preference (optional)

Output

  • pixi.toml
  • pixi.lock
  • schemas/
  • data/catalog.duckdb
  • results/bio-foundation-housekeeping/report.md
  • results/bio-foundation-housekeeping/logs/

Quality Gates

  • Schema generation succeeds and models are importable.
  • pixi.lock is created and consistent with pixi.toml.
  • DuckDB catalog is readable.
  • On failure: retry with alternative parameters; if still failing, record in report and exit non-zero.
  • Verify project root exists and is writable.
  • Validate generated schemas against expected fields.

Examples

Example 1: Expected input layout

project root (path)
metadata schema requirements
workflow engine preference (optional)

Troubleshooting

Issue: Missing inputs or reference databases Solution: Verify paths and permissions before running the workflow.

Issue: Low-quality results or failed QC gates Solution: Review reports, adjust parameters, and re-run the affected step.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

bio-protein-clustering-pangenome

No summary provided by upstream source.

Repository SourceNeeds Review
General

science-writing

No summary provided by upstream source.

Repository SourceNeeds Review
General

bio-phylogenomics

No summary provided by upstream source.

Repository SourceNeeds Review
General

plotly-dashboard-skill

No summary provided by upstream source.

Repository SourceNeeds Review