Skip to content

Commit

Permalink
chore: fix yaml typo (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar authored Feb 1, 2023
1 parent f6bc90e commit 34d1b49
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 15 deletions.
5 changes: 2 additions & 3 deletions R/workflows/my-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ steps:
path: data/output/results.csv
parameters:
- n:
prefix: -n
value: 10
prefix: -n
value: 10

# === Adding more steps ===
# You can add as many steps as you want to your workflow by copy and pasting the step template above
Expand All @@ -35,4 +35,3 @@ steps:
# make-plot:
# command: python $another-script $output-data $my-plot
# ...

5 changes: 2 additions & 3 deletions bioc/workflows/my-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ steps:
path: data/output/results.csv
parameters:
- n:
prefix: -n
value: 10
prefix: -n
value: 10

# === Adding more steps ===
# You can add as many steps as you want to your workflow by copy and pasting the step template above
Expand All @@ -35,4 +35,3 @@ steps:
# make-plot:
# command: python $another-script $output-data $my-plot
# ...

5 changes: 2 additions & 3 deletions julia/workflows/my-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ steps:
path: data/output/results.csv
parameters:
- n:
prefix: -n
value: 10
prefix: -n
value: 10

# === Adding more steps ===
# You can add as many steps as you want to your workflow by copy and pasting the step template above
Expand All @@ -35,4 +35,3 @@ steps:
# make-plot:
# command: python $another-script $output-data $my-plot
# ...

5 changes: 2 additions & 3 deletions minimal/workflows/my-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ steps:
path: data/output/results.csv
parameters:
- n:
prefix: -n
value: 10
prefix: -n
value: 10

# === Adding more steps ===
# You can add as many steps as you want to your workflow by copy and pasting the step template above
Expand All @@ -35,4 +35,3 @@ steps:
# make-plot:
# command: python $another-script $output-data $my-plot
# ...

5 changes: 2 additions & 3 deletions python/workflows/my-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ steps:
path: data/output/results.csv
parameters:
- n:
prefix: -n
value: 10
prefix: -n
value: 10

# === Adding more steps ===
# You can add as many steps as you want to your workflow by copy and pasting the step template above
Expand All @@ -35,4 +35,3 @@ steps:
# make-plot:
# command: python $another-script $output-data $my-plot
# ...

0 comments on commit 34d1b49

Please sign in to comment.