added documentation
parent
4a2b1ea2ed
commit
1bdcc2fd83
@ -0,0 +1,20 @@
|
|||||||
|
# File descriptions
|
||||||
|
|
||||||
|
db_connection.py
|
||||||
|
- is just a test file
|
||||||
|
- [ ] TODO: should be incorporated in a tests justfile recipe. maybe moved to a test location?
|
||||||
|
|
||||||
|
|
||||||
|
downloader_prep.sql
|
||||||
|
- contains sql to identify which trials are of interest.
|
||||||
|
- [ ] TODO: add into the automation routine somewhere.
|
||||||
|
|
||||||
|
downloader.py
|
||||||
|
- does the actual downloading
|
||||||
|
- setup to also act as a python module if needed.
|
||||||
|
- [ ] TODO: there are quite a few things that need cleaned or refactored.
|
||||||
|
|
||||||
|
./tests/download_tests.py
|
||||||
|
- downloads some test html values from clinicaltrials.gov
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue