You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
442 B
Markdown
35 lines
442 B
Markdown
# ClinicalTrialsDataProcessing
|
|
|
|
This represents my
|
|
|
|
## Prerequisites
|
|
|
|
> Python >= 3.10 (requires match statement)
|
|
> Docker >= 20.10
|
|
> Curl >= 7
|
|
> Just >= 1.9
|
|
|
|
|
|
# Usage
|
|
|
|
|
|
## Basic usage
|
|
|
|
Check prerequisites
|
|
```bash
|
|
just check-status
|
|
```
|
|
|
|
Setup the underlying AACT database including downloading historical data.
|
|
```bash
|
|
just create
|
|
just select-trials
|
|
```
|
|
|
|
## Advanced Usage
|
|
|
|
## TODO
|
|
finish advanced usage
|
|
add a section describing networking
|
|
|