Skip to content

Commit

Permalink
Merge branch 'main' into task/updates-for-new-repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bergsalex authored Nov 15, 2023
2 parents 064603f + 1b7c14a commit 254ecec
Show file tree
Hide file tree
Showing 5 changed files with 3,701 additions and 38 deletions.
12 changes: 8 additions & 4 deletions docs/reference/available-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ A command line interface interacting with GeneWeaver ReST APIs.
GeneWeaver's shared automated tests.
- [`geneweaver-tools`](https://pypi.org/project/geneweaver-tools/):
A framework for creating analysis tools for the GeneWeaver project.
- [`geneweaver-db`](https://pypi.org/project/jax-geneweaver-db/):
- [`geneweaver-boolean-algebra`](https://pypi.org/project/geneweaver-boolean-algebra/):
A package for performing boolean algebra operations on GeneWeaver data.
- [`geneweaver-db`](https://pypi.org/project/geneweaver-db/):
A package for interacting with the GeneWeaver database.

Each package has its own documentation and code repository, which can be found in the
Expand All @@ -27,13 +29,15 @@ graph LR
G[GeneWeaver Application]
D[geneweaver-db]
T[geneweaver-tools]
BA[geneweaver-boolean-algebra]
A[geneweaver-core]
E[geneweaver-testing]
C[geneweaver-client]
E --> A & T & D --> G
T & E & A --> BA --> G
E --> A & D --> G
E & A --> C
E --> G
E --> G & T
A --> D
```

The client consumes the ReST APIs provided by the GeneWeaver application.
Expand Down
Loading

0 comments on commit 254ecec

Please sign in to comment.