You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
imports "bash" from "Centos";
|
|
|
|
let linux = ssh("xcms", "12345", "192.168.1.253");
|
|
|
|
linux :> exec("ls", '-l \"/mnt/smb/tmp\"') :> print;
|
|
linux :> exec("Rscript", "-e \"biodeep::run.Deconvolution(raw = '/mnt/smb/tmp/test_watcher/p+n/neg/mzML', n_threads = 4);\""); |