Skip to content

Commit

Permalink
add call to dump EDAM input data
Browse files Browse the repository at this point in the history
  • Loading branch information
vpchung authored Mar 15, 2024
1 parent 461944b commit 40f0e79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/openchallenges/db-update/update_db_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,9 @@ def main(gc):
organizations = get_organization_data(wks)
output_csv(organizations, "organizations.csv", output_folder=ORGANIZATION_FOLDER)

edam_data_annotations = get_edam_annotations(wks)
output_csv(edam_data_annotations, "input_data_type.csv", output_folder=CHALLENGE_FOLDER)

challenges, incentives, sub_types = get_challenge_data(wks)
output_csv(challenges, "challenges.csv", output_folder=CHALLENGE_FOLDER)
output_csv(
Expand Down

0 comments on commit 40f0e79

Please sign in to comment.