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.
ClinicalTrialsDataProcessing/history_downloader
youainti 804a90c247 lots of updates while integrating rxnav and aact into one dockerfile 3 years ago
..
db_connection.py Created downloader, table, and loader for market data 3 years ago
download_tests.py committing results 3 years ago
downloader.py lots of updates while integrating rxnav and aact into one dockerfile 3 years ago
readme.md added documentation 3 years ago
select_trials.py Got the historical downloader working (fixed an sql issue) and setup tools to select trials. 3 years ago
selected_trials.sql Got the historical downloader working (fixed an sql issue) and setup tools to select trials. 3 years ago

readme.md

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