wustl-oncology / cloud-workflows

Infrastructure and tooling required to get genomic workflows running in the cloud
1 stars 6 forks source link

Adding cost script to create a costs summary #26

Open ksinghal28 opened 2 years ago

ksinghal28 commented 2 years ago

Created a cost script that parses the costs TSV file and adds up costs for the same task. Edited the dockerfile to add cost_script.py to it. Edited the requirements.txt file so that the docker also installed numpy, pandas, and regex.