From c0adfa230f50340cde8dcb7ecf2e5a0072f5b317 Mon Sep 17 00:00:00 2001 From: AndiMajore <andi.majore@googlemail.com> Date: Fri, 10 Mar 2023 18:20:40 +0100 Subject: [PATCH] added domino back to example --- cami_src/example_run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cami_src/example_run.py b/cami_src/example_run.py index a19c62e..d2201f0 100755 --- a/cami_src/example_run.py +++ b/cami_src/example_run.py @@ -9,5 +9,5 @@ chdir((sys.argv[0].rsplit('/', 1))[0]) networkfile = "../data/input/networks/example_network.tsv" seedfile = "../data/input/seeds/example_seeds.txt" identifier = "example_run" -command = f'./cami.py -n {networkfile} -s {seedfile} -id {identifier} -img -d -p --f -t diamond robust;' +command = f'./cami.py -n {networkfile} -s {seedfile} -id {identifier} -img -d -p --f;' subprocess.call(command, shell=True) \ No newline at end of file -- GitLab