-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/CELE-78' into feature/CELE-99
- Loading branch information
Showing
41 changed files
with
3,162 additions
and
210 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# C-Elegans Utility CLI Tool | ||
|
||
## Installation | ||
|
||
Currently you can only install from source. | ||
This should change in the future as soon as the CLI is ready for user testing. | ||
|
||
Clone the repository and `cd` in to the `ingestion` directory. | ||
Be sure to setup a virtual environment if that is you intention. | ||
Then run: | ||
|
||
```console | ||
pip install . | ||
``` | ||
|
||
You should now have the CLI available to run. Try it out by running: | ||
|
||
```console | ||
celegans --help | ||
``` | ||
|
||
## Usage | ||
|
||
```TODO``` | ||
|
||
## Development | ||
|
||
Setup a virtual environment with conda or equivalent so you have a clean python to work with. | ||
To install the project dependencies and development packages, run: | ||
|
||
```console | ||
pip install -e ".[dev]" | ||
``` | ||
|
||
You should now be able to run the CLI, make changes to it and see it reflected in the script entrypoint output. | ||
|
||
Before pushing any code to the remote repository, be sure to run the code formater and unit tests. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.