GenericRunnerInOut | R Documentation |
Like GenericRunner but directs the output and input through files i.e. writes something, calls some command on it, then reads in the output.
GenericRunnerInOut( xs, infile = "infile.faa", inflag = "i", outflag = "o", outfile = "outfile.afa", keepinout = F, command = "echo", param = list(threads = 4, mem = 120), RunInTmp = F, FlgType = "-", AsType = " ", ... )
... |
GenericRunner
GenericRunnerInOut
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.