Output files
By default, DynaFit generates all output in a directory ./OUTPUT where the dot ``./'' represents the directory in which the executable file is installed. If this directory does not exist, DynaFit will create it at run time.
Optionally, the program will generate all output files in the directory named in the [output] section of the script. The keyword directory is the only keyword that can be used; it is followed by the relative path name with or without trailing slash ``/'' (directory name separator).
Example 1
[progress]
directory ./examples/cyclophilin/data
files f1, f2, f3
...
[output]
directory ./examples/cyclophilin/output
|