CartwrightLab / dawg

Simulating Sequence Evolution
GNU General Public License v2.0
11 stars 3 forks source link

Global.xmh does not defined an output format macro #28

Closed zmertens closed 7 years ago

zmertens commented 7 years ago

In the include/dawg/details/global.xmh file, it looks like there is not an XM macro to define the output format (it won't be shown if --help is passed as a command parameter). In include/dawg/output.h it does not appear that the user can specify the output format via an input file unless the Output.File is specified (in which cause the format is dependent on the suffix of the output file path).

Suggested Change:

Additional Comments: