Skip to content

Retrieving results from resclust output #327

@VGPReys

Description

@VGPReys

The parsing of the resclust output is not straightforward, here I descovered two little improvements that I put in this issue:

1) The loading of the dictionary printed in the Standard output is not possible using json.loads() as keys are integer. Modifying keys to string should solve the problem.

2) Possibility write the content of the clusters, hence enabling reading of this file instead of having to parse the StdOut.
Adding a --output option to command line argument should do the trick.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions