Skip to content

Commit

Permalink
#389 another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ecwood committed Jul 3, 2024
1 parent 83e0181 commit 27d9d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Snakefile-finish
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ rule Finish:
slim_output_edges_file = config['SLIM_OUTPUT_EDGES_FILE'],
placeholder = config['TSV_PLACEHOLDER']
shell:
"bash -x " + {input.code} {input.merged_output_nodes_file} {input.final_output_edges_file} {input.output_file_orphan_edges} {input.report_file} {input.simplified_output_nodes_file} {input.simplified_output_edges_file} {input.simplified_report_file} {input.slim_output_nodes_file} {input.slim_output_edges_file} " + config['KG2_TSV_DIR'] + " \"" + config['S3_CP_CMD'] + "\" " + config['KG2_TSV_TARBALL'] + " " + config['S3_BUCKET'] + " " + config['S3_BUCKET_PUBLIC'] + " " + config['CODE_DIR'] + " " + config['S3_BUCKET_VERSIONED'] + " " + config['BUILD_DIR'] + " " + config['SIMPLIFIED_REPORT_FILE_BASE'] + " " + config['VENV_DIR']
"bash -x {input.code} {input.merged_output_nodes_file} {input.final_output_edges_file} {input.output_file_orphan_edges} {input.report_file} {input.simplified_output_nodes_file} {input.simplified_output_edges_file} {input.simplified_report_file} {input.slim_output_nodes_file} {input.slim_output_edges_file} " + config['KG2_TSV_DIR'] + " \"" + config['S3_CP_CMD'] + "\" " + config['KG2_TSV_TARBALL'] + " " + config['S3_BUCKET'] + " " + config['S3_BUCKET_PUBLIC'] + " " + config['CODE_DIR'] + " " + config['S3_BUCKET_VERSIONED'] + " " + config['BUILD_DIR'] + " " + config['SIMPLIFIED_REPORT_FILE_BASE'] + " " + config['VENV_DIR']


0 comments on commit 27d9d07

Please sign in to comment.