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

feat!: restructure modules #39

Closed
wants to merge 6 commits into from
Closed

feat!: restructure modules #39

wants to merge 6 commits into from

Conversation

jsstevenson
Copy link
Contributor

@jsstevenson jsstevenson commented Jun 6, 2024

close #14

modularizes code a bit:

src
└── dgipy
    ├── __init__.py
    ├── dashboard
    │   ├── __init__.py
    │   └── graph_app.py
    ├── dgidb.py
    ├── network
    │   ├── __init__.py
    │   └── network_graph.py
    └── queries
        ├── get_all_genes.graphql
        ├── get_drug_applications.graphql
        ├── get_drugs.graphql
        ├── get_gene_categories.graphql
        ├── get_genes.graphql
        ├── get_interactions_by_drug.graphql
        ├── get_interactions_by_gene.graphql
        └── get_sources.graphql

@jsstevenson jsstevenson added the priority:low Low priority label Jun 6, 2024
Copy link
Contributor

@mcannon068nw mcannon068nw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎺 🎺

@jsstevenson jsstevenson marked this pull request as draft July 29, 2024 19:40
@jsstevenson
Copy link
Contributor Author

did this better in a different PR

@jsstevenson jsstevenson deleted the issue-14 branch September 5, 2024 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:low Low priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Speed up import
2 participants