Skip to content

Commit

Permalink
feat(corprep): add filter pipeline in config and comment out noun and…
Browse files Browse the repository at this point in the history
… similar pipelines
  • Loading branch information
entelecheia committed Aug 3, 2023
1 parent d1c94b4 commit 6bbd818
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/workflow/corprep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ defaults:
- __init__
- /pipeline@noun: datasets-noun
- /pipeline@similar: datasets-similar
- /pipeline@filter: datasets-filter
- /pipeline@dtest: datasets-test
- override /project: corprep

workflow_name: corprep
verbose: true
pipelines:
- noun
- similar
# - noun
# - similar
- filter

0 comments on commit 6bbd818

Please sign in to comment.