Skip to content

Commit

Permalink
#332 correcting some typos from update
Browse files Browse the repository at this point in the history
  • Loading branch information
ecwood committed Jul 25, 2023
1 parent 7707691 commit 78a928b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Snakefile-post-etl
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ rule Simplify_Stats:

rule TSV:
input:
code = config['TSV_SCRIPT']
code = config['TSV_SCRIPT'],
nodes = config['SIMPLIFIED_OUTPUT_NODES_FILE'],
edges = config['SIMPLIFIED_OUTPUT_EDGES_FILE']
output:
Expand Down
3 changes: 2 additions & 1 deletion snakemake-config-var.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ report_log: ${BUILD_DIR}/report_stats_on_kg_jsonl${test_suffix}.log
report_file: ${BUILD_DIR}/kg2-report${test_suffix}.json

simplified_report_log: ${BUILD_DIR}/report_stats_on_kg_jsonl-simplified${test_suffix}.log
simplified_report_file: ${BUILD_DIR}/kg2-simplified-report${test_suffix}.json
simplified_report_file_base: kg2-simplified-report${test_suffix}.json
simplified_report_file: ${BUILD_DIR}/${simplified_report_file_base}

slim_script: ${CODE_DIR}/slim_kg2.py
slim_log: ${BUILD_DIR}/slim_kg2${test_suffix}.log
Expand Down

0 comments on commit 78a928b

Please sign in to comment.