Skip to content

Inconsistent Genetic Distance Format #3

@emmahodcroft

Description

@emmahodcroft

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions