Skip to content
Snippets Groups Projects
Commit c0d848f1 authored by Mia_Le's avatar Mia_Le
Browse files

example run hinzugefügt

parent 095fce3e
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
import pwd
import sys
from os import chdir
import subprocess
import os
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 --f;'
subprocess.call(command, shell=True)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment