Skip to content

Commit

Permalink
add clarification in docs for accessing sample.sample_yaml_path and s…
Browse files Browse the repository at this point in the history
…ample.sample_yaml_cwl #421
  • Loading branch information
donaldcampbelljr committed Oct 10, 2023
1 parent f651045 commit 7b0068f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pre-submission-hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pre_submit:
python_functions:
- looper.write_sample_yaml
command_template: >
{pipeline.var_templates.main} ...
{pipeline.var_templates.main} {sample.sample_yaml_path} ...
```

### Included plugin: `looper.write_sample_yaml_cwl`
Expand All @@ -67,7 +67,7 @@ pre_submit:
python_functions:
- looper.write_sample_yaml_cwl
command_template: >
{pipeline.var_templates.main} ...
{pipeline.var_templates.main} {sample.sample_yaml_cwl} ...
```


Expand Down

0 comments on commit 7b0068f

Please sign in to comment.