Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Aug 2, 2024
1 parent ec535e9 commit ba8787f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Requirements: [Docker](https://docs.docker.com/engine/install/)
AUTH_ENDPOINT=https://auth0.com
CLIENT_ID=AAA
CLIENT_SECRET=BBB
DECENTRIQ_EMAIL=ccc@ddd.com
DECENTRIQ_EMAIL=admin1@email.com
DECENTRIQ_TOKEN=EEE
JWT_SECRET=vCitcsPBwH4BMCwEqlO1aHJSIn--usrcyxPPRbeYdHM
[email protected],[email protected]
Expand Down Expand Up @@ -174,7 +174,7 @@ Put the excel spreadsheet with all cohorts metadata in `data/iCARE4CVD_Cohorts.x
AUTH_ENDPOINT=https://auth0.com
CLIENT_ID=AAA
CLIENT_SECRET=BBB
DECENTRIQ_EMAIL=ccc@ddd.com
DECENTRIQ_EMAIL=admin1@email.com
DECENTRIQ_TOKEN=EEE
JWT_SECRET=vCitcsPBwH4BMCwEqlO1aHJSIn--usrcyxPPRbeYdHM
[email protected],[email protected]
Expand Down
2 changes: 1 addition & 1 deletion backend/src/decentriq.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ async def create_compute_dcr(
# Add filter variables to pandas script
pandas_script += f"{df_var} = {df_var}[{requested_vars}]\n"

# TODO: Merge operation, need to be implemented on the frontend
# TODO: Merge operation, need to be implemented on the frontend?
elif isinstance(requested_vars, dict):
pandas_script += pandas_script_merge_cohorts(requested_vars, all_cohorts)
# TODO: add merged cohorts schema to selected_cohorts
Expand Down

0 comments on commit ba8787f

Please sign in to comment.