Skip to content

Add Bio-Pype LSP extension to Zed - #7004

Open
ffavero wants to merge 3 commits into
zed-industries:mainfrom
compute-bio:add-bio-pype-lsp
Open

Add Bio-Pype LSP extension to Zed#7004
ffavero wants to merge 3 commits into
zed-industries:mainfrom
compute-bio:add-bio-pype-lsp

Conversation

@ffavero

@ffavero ffavero commented Jul 29, 2026

Copy link
Copy Markdown
  • I've read CONTRIBUTING.md and followed the relevant guidance for adding or updating my extension.

Bio_pype is a framework for building computing workflows, primarily used in bioinformatics. It consists of three core structural modules that connect and execute tasks:

Profiles: YAML definitions of reference files (genomes, annotations) and programs, specifying versions and execution contexts (Docker, Singularity, environment modules, etc.)
Snippets: Markdown files describing individual tasks, leveraging profiles to ensure correct environment setup and appropriate annotation file versions
Pipelines: YAML files defining a directed acyclic graph (DAG) that orchestrates snippet execution in the proper order

This Zed extension leverages bio_pype's internal validation framework and LSP server to provide IDE support for snippet markdown, pipeline, and profile YAML files. It includes:
Autocompletion

image

Hover information

image image

Diagnostics feedback

image

@cla-bot

cla-bot Bot commented Jul 29, 2026

Copy link
Copy Markdown

We require contributors to sign our Contributor License Agreement, and we don't have @ffavero on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.

@cla-bot

cla-bot Bot commented Jul 29, 2026

Copy link
Copy Markdown

We require contributors to sign our Contributor License Agreement, and we don't have @ffavero on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.

@ffavero

ffavero commented Jul 29, 2026

Copy link
Copy Markdown
Author

@cla-bot check

@cla-bot cla-bot Bot added the cla-signed label Jul 29, 2026
@cla-bot

cla-bot Bot commented Jul 29, 2026

Copy link
Copy Markdown

The cla-bot has been summoned, and re-checked this pull request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant