Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement and validate a Galaxy workflow for image filtering and thresholding #125

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

This message was generated by git-bob (version: 0.14.1dev, model: claude-3-5-sonnet-20241022, log), an experimental AI-based assistant. It can make mistakes and has limitations. Check its messages carefully.

I created a simple Galaxy workflow implementation containing two processing steps: Gaussian blur filtering and thresholding. The workflow is defined in a .ga file following the Galaxy JSON format. To ensure the workflow's validity, I created a Jupyter notebook that generates the workflow file and validates it using the planemo command-line tool. While the validation shows a warning about missing outputs, the workflow structure is formally correct and follows the example provided. The implementation demonstrates how to programmatically create and validate Galaxy workflows for image processing tasks.

closes #123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Programming question]: Galaxy workflows
0 participants