Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
robsv committed Dec 21, 2023
1 parent 2e8cea5 commit 77c7d92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/load_codex_to_mongo.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
''' This program update emBody and emDataSet in MongoDB from the classification.csv
''' load_codex_to_mongo.py
This program update emBody and emDataSet in MongoDB from the classification.csv
data from Codex (https://codex.flywire.ai/api/download)
'''
__version__ = '0.0.1'
Expand Down Expand Up @@ -198,6 +199,7 @@ def process_codex():
entries.append([row[0], row[6]])
process_entries(entries, dsid)

# -----------------------------------------------------------------------------

if __name__ == '__main__':
PARSER = argparse.ArgumentParser(
Expand Down

0 comments on commit 77c7d92

Please sign in to comment.