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

Flatgfa filesystem restructure #191

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Flatgfa filesystem restructure #191

wants to merge 9 commits into from

Conversation

susan-garry
Copy link
Contributor

The flatgfa filesystem now contains two submodules:

  • fgfa_ds, which contains the definitions for the flatgfa datastructure
  • commands, which contains our implementations of the odgi commands using flatgfa

After experimenting with sub-packages, I decided that it was simpler to use submodules for now (and until/if they become infeasible) owing to the fact that we would like to expose details in fgfa_ds to flatgfa-py, but the rust compiler ignores sub-packages by default and I couldn't find a workaround for this.

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

Successfully merging this pull request may close these issues.

1 participant