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.
21 lines
547 B
Markdown
21 lines
547 B
Markdown
# 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
|
|
|
|
|