Description Usage Arguments Details Value Author(s) References See Also Examples
Format a set of commandlines, suitable for submission to a command shell, to
operate the executable for an NMQual-mediated NONMEM installation. nm.pl
is the default for NONMEM 7.1.2 and earlier. autolog.pl
is the default
for NONMEM 7.2.0 and later.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
command |
path for the installation-specific variant of ‘nm.pl’ |
ctlfile |
path for a control stream |
outfile |
path for output |
perl |
how to invoke Perl on this system |
checksum |
whether to conduct checksums |
compile |
whether to compile NONMEM |
execute |
whether to execute the compiled NONMEM |
split |
whether to compile and execute as separate steps |
rdir |
run directory |
run |
run name |
config |
path to a configuration file (sensu NMQual 8) |
mode |
process mode |
... |
ignored |
If split
is TRUE
, two commands are returned, having the mode flags ‘c’ and ‘e’, respectively.
nm.pl
drops the ‘c’ or ‘e’ argument if split
is FALSE and
both compile
and execute
are TRUE. In the identical case,
autolog.pl
passes ‘ce’.
autolog.pl
returns a run directory and run name, rather than input
and output file paths as in nm.pl
. autolog.pl
does not
support checksum
. By default, autolog.pl
expects a config
file called ‘log.xml’ in the same directory as command
; it also
assumes the mode is ‘run’. See also http://nmqual.googlecode.com.
character
Tim Bergsma
http://metrumrg.googlecode.com
runCommand
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.