Skip to content

Commit 892212f

Browse files
committed
Makefile understands new table 1 txt file.
1 parent f1db548 commit 892212f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

outputs/makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
analyses = Rplots_outpat.pdf Routputs_inpat.txt Routputs_inpat_v4.txt Routputs_inpat_v5.txt Routputs_v6.txt Routputs_survey.txt
1+
analyses = Rplots_outpat.pdf Routputs_inpat.txt Routputs_inpat_v4.txt Routputs_inpat_v5.txt Routputs_v6.txt Routputs_survey.txt Routputs_table1.txt
22
analyses_unmentioned = Routputs_outpat.txt Rplots_inpat_v4.pdf Rplots_inpat.pdf
33
documents = README.pdf README.docx thoughts-notes-appendix.pdf
44

@@ -16,6 +16,9 @@ all: $(documents) $(analyses)
1616

1717
#### Analyses
1818

19+
Routputs_table1.txt: ../table1.py Routputs_survey.txt
20+
python $< Routputs_survey.txt > $@
21+
1922
Routputs_survey.txt: ../survey.R ../data/survey/BCMDatathonSurvey_DATA_2021-08-10.csv ../my_helper_functions.R
2023
Rscript $< > $@
2124

0 commit comments

Comments
 (0)