Quick crawling of DSS form projects returning high level project metadata. Lookup latest attributes See attribute usage.
Clone this directory from the commandline to your local machine
git clone https://github.com/hewgreen/DSS_search_tools
Setup and initiate a virtual environment
vitrualenv -p python3 venv
source venv/bin/activate
Install requirments
pip install hca-ingest
pip install pandas
Run example script wth no params
python example.py
This script shows you how the main function can be used.