diff --git a/Makefile b/Makefile index ae9ab6f..ac618f7 100644 --- a/Makefile +++ b/Makefile @@ -31,4 +31,4 @@ run-notebooks: run-linkage-and-network-pipeline: docker build -t $(project_image_name) -f Dockerfile $(current_abs_path) - docker run -v $(current_abs_path):/project -t $(project_image_name) python utils/linkage_pipeline.py \ No newline at end of file + docker run -v $(current_abs_path):/project -t $(project_image_name) python utils/linkage_and_network_pipeline.py