Skip to content

Commit

Permalink
update docs schema_path to output_schema for pipestat config
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Nov 20, 2023
1 parent 7d6cc5f commit 9114beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pipestat.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ And the pipeline interface must include information required by pipestat such as
```yaml
pipeline_name: example_pipestat_pipeline
pipeline_type: sample
schema_path: pipeline_pipestat/pipestat_output_schema.yaml
output_schema: pipeline_pipestat/pipestat_output_schema.yaml
command_template: >
python {looper.piface_dir}/count_lines.py {sample.file} {sample.sample_name} {pipestat.results_file}
Expand Down

0 comments on commit 9114beb

Please sign in to comment.