I am using MEGAN6 Community version 6.11.4 on Linux (x64).
Actual:
While meganizing a .daa file using the MEGAN GUI, I noticed that the default value for Min Support inside the LCA Params tab of the Meganize DAA file… dialog is 1
.
In an attempt to get the same meganized file using the command-line tool daa-meganizer
, I realized that the default for the command-line parameter --minSupport
is set to 0
:
-sup, --minSupport [number] Min support (0==off). Default value: 0.
Expected:
I expected both default values to be the same since the parameter itself is the same.