diff --git a/cami_src/example_run.py b/cami_src/example_run.py
index a19c62ebc7bfb438d8150fcdd72db7e40f330404..d2201f0dd01928b2b2df2359eb4b73034a60db12 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