Skip to content

Commit

Permalink
editing the ymal file
Browse files Browse the repository at this point in the history
  • Loading branch information
quan14 committed Jan 23, 2025
1 parent 6557fb8 commit 3ddcf05
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion analysis/calculate_time_diff_from_dx_to_med.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

output = adhd_data['times_between_dia_med_weeks'].value_counts(bins = week_bin)

print(output)
output.to_csv('output/adhd_dia_med_gap_weeks.csv')
7 changes: 7 additions & 0 deletions project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ actions:
outputs:
highly_sensitive:
adhd_dataset: output/adhd_dataset.csv.gz

generate_output_table:
run: python:v2 python analysis/dataset_definition_dx_to_med_time.py
needs: [generate_dataset]
outputs:
moderately_sensitive:
table1: output/adhd_dia_med_gap_weeks.csv

generate_adhd_prevalence:
run: >
Expand Down

0 comments on commit 3ddcf05

Please sign in to comment.