Skip to content

Commit

Permalink
#389 correcting typo with snakemake
Browse files Browse the repository at this point in the history
  • Loading branch information
ecwood committed Jul 3, 2024
1 parent 9118b8f commit 83e0181
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/Snakefile-finish
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rule Finish:
input:
code = config['BUILD_CODE_DIR'] + "/finish-snakemake.sh,
code = config['FINISH_SCRIPT'],
merged_output_nodes_file = config['MERGED_OUTPUT_NODES_FILE'],
final_output_edges_file = config['MERGED_OUTPUT_EDGES_FILE'],
output_file_orphan_edges = config['OUTPUT_FILE_ORPHAN_EDGES'],
Expand Down
2 changes: 2 additions & 0 deletions build/snakemake-config-var.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,4 +275,6 @@ kg2_tsv_dir: ${BUILD_DIR}/TSV
kg2_tsv_tarball: ${BUILD_DIR}/kg2-tsv-for-neo4j${test_suffix}.tar.gz
tsv_placeholder: ${BUILD_DIR}/tsv_placeholder.empty

finish_script: ${BUILD_CODE_DIR}/finish-snakemake.sh

version_file: ${BUILD_DIR}/kg2-version.txt

0 comments on commit 83e0181

Please sign in to comment.