blob: ae072fddd763f0c8b106efcdb4c1e5a303c30c61 (
plain)
1
2
3
4
5
6
|
#!/usr/bin/octave -qf
source("./run_scripts/path_cd.m")
arg_list = argv();
Predictmultiple(arg_list{1});
command=cstrcat("/var/www/html/compbio/BNW_1.3/bnw-env/bin/python3 ",base_dir,"/violin_ev_plotly.py ",arg_list{1});
test=system(command);
|