Skip to content

Commit

Permalink
Fixing a lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcdermott committed Aug 11, 2024
1 parent df25d18 commit afa70e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ By following these steps, you can seamlessly transform your dataset, define nece
# $N_PATIENTS_PER_SHARD is the number of patients per shard you want to use.
#
MEDS_transform-reshard_to_split \
input_dir="$MIMICIV_MEDS_DIR" \
cohort_dir="$MEDS_TAB_COHORT_DIR" \
'stages=["reshard_to_split"]' \
stage="reshard_to_split" \
stage_configs.reshard_to_split.n_patients_per_shard=$N_PATIENTS_PER_SHARD
input_dir="$MIMICIV_MEDS_DIR" \
cohort_dir="$MEDS_TAB_COHORT_DIR" \
'stages=["reshard_to_split"]' \
stage="reshard_to_split" \
stage_configs.reshard_to_split.n_patients_per_shard=$N_PATIENTS_PER_SHARD
```

1. **`meds-tab-describe`**: This command processes MEDS data shards to compute the frequencies of different code types. It differentiates codes into the following categories:
Expand Down

0 comments on commit afa70e9

Please sign in to comment.