Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracker: FlatGFA Python bindings #179

Open
8 of 10 tasks
sampsyo opened this issue May 14, 2024 · 1 comment
Open
8 of 10 tasks

Tracker: FlatGFA Python bindings #179

sampsyo opened this issue May 14, 2024 · 1 comment

Comments

@sampsyo
Copy link
Collaborator

sampsyo commented May 14, 2024

Here's just a snapshot of some next steps for the Python bindings.

Project infrastructure:

API "surface area":

  • Mutation. Let's make it possible to build up a graph from scratch.
  • Expose the ops. Things that are currently CLI subcommands (in cmds.rs) should be put into a library of useful "ops" on the GFA data structure. This way, you can string together multiple operations in a Python invocation. In the limit, maybe we can reproduce odgi pipelines from our collaborators as Python scripts.

Python niceties:

@sampsyo
Copy link
Collaborator Author

sampsyo commented May 16, 2024

It's on PyPI (and therefore pip installable) now: https://pypi.org/project/flatgfa/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant