Skip to content

feat: allow operation by app as well as python class #198

@john-halloran

Description

@john-halloran

Problem

Some users may prefer an app-like workflow instead of importing a python class, and by default scikit-package includes a pathway for one. But currently, the only function of the "app" is to return the version and a basic help message.

Proposed solution

Since the program is very simple, the app can work much like the class does. Instead of importing the stretched-nmf class, a user might run something like stretched-nmf data_file.xy rho=1e12 eta=610 show_plots=True, which would create output files in the same directory.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions