-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
In the GUI and in interactive command-line (run with no arguments), genetic distance needs to be supplied as a %, ex: 4.5, and is divided by 100 (see line 984 of ClusterPicker.java and 126 of ClusterPickerGUI.java).
However if provided with arguments in command-line mode, genetic distance is NOT divided by 100 (see line 933 in ClusterPicker.java) and so needs to be provided not as a % (ex: 0.045)
This is confusing and inconsistent, and we should probably try to rectify this - but without messing up backwards compatibility too much!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels