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

Fix quickstart example #154

Merged
merged 3 commits into from
Feb 20, 2024

Conversation

simeoncarstens
Copy link
Contributor

Closes #153.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yes. I see the problem. We also began moving towards using JSON schema for the output schemas (while still supporting the old style). I suggest we go ahead and change this readme to have that format:

title: An example Pipestat output schema
description: A pipeline that uses pipestat to report sample and project level results.
type: object
properties:
  pipeline_name: "default_pipeline_name"
  samples:
    type: object
    properties:
        result_name:
          type: string
          description: "ResultName"

docs/README.md Outdated Show resolved Hide resolved
@donaldcampbelljr donaldcampbelljr merged commit d730ea0 into pepkit:dev Feb 20, 2024
3 checks passed
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.

2 participants