Skip to content

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

3 participants