PoonLab / OpenRDP

An open-source re-implementation of the RDP4 recombination detection program
GNU General Public License v3.0
45 stars 9 forks source link

Output formatting #23

Closed ArtPoon closed 2 years ago

ArtPoon commented 2 years ago

Results should be displayed on the command line interface in a nice tabular format, and in addition written to a file in a standard format like CSV (JSON would be useful for more structured data, but that would be less accessible for users). Rows can correspond to breakpoints, grouped by method, so columns can be:

ArtPoon commented 2 years ago

Implemented, needs re-testing after recent changes