Skip to content
Snippets Groups Projects
Verified Commit 171f7ff1 authored by Lars Bilke's avatar Lars Bilke
Browse files

Added snakemake config file.

parent c6589139
No related branches found
No related tags found
No related merge requests found
SOURCE_DIR: "@PROJECT_SOURCE_DIR@"
BUILD_DIR: "@PROJECT_BINARY_DIR@"
BIN_DIR: "@PROJECT_BINARY_DIR@/bin"
Data_SOURCE_DIR: "@PROJECT_SOURCE_DIR@/Tests/Data"
Data_BINARY_DIR: "@PROJECT_BINARY_DIR@/Tests/Data"
......@@ -94,3 +94,5 @@ set_target_properties(ctest ctest-large ctest-cleanup ctest-large-cleanup
add_dependencies(ctest ogs)
add_dependencies(ctest-large ogs)
configure_file(${PROJECT_SOURCE_DIR}/Tests/snakemake.in.yaml ${PROJECT_BINARY_DIR}/Tests/snakemake.yaml)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment