Skip to content

Commit

Permalink
Update sample-transform-config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon authored Oct 24, 2022
1 parent 8984d38 commit 82c3511
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/sample-transform-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ transform:
filename:
- data/go.json
operations:
- name: kgx.operations.summarize_graph.generate_graph_stats
- name: kgx.graph_operations.summarize_graph.generate_graph_stats
args:
graph_name: GO graph
filename: go_graph_stats.yaml
Expand Down Expand Up @@ -74,7 +74,7 @@ transform:
predicate:
- biolink:contributes_to
operations:
- name: kgx.operations.summarize_graph.generate_graph_stats
- name: kgx.graph_operations.summarize_graph.generate_graph_stats
args:
graph_name: Test Dataset
filename: test_dataset_stats.yaml
Expand All @@ -86,4 +86,4 @@ transform:
format: tsv
compression: None
filename:
- test-dataset-output
- test-dataset-output

0 comments on commit 82c3511

Please sign in to comment.