File tree Expand file tree Collapse file tree 3 files changed +18
-17
lines changed Expand file tree Collapse file tree 3 files changed +18
-17
lines changed Original file line number Diff line number Diff line change 1
- files = README.pdf Rplots_outpat.pdf Routputs_inpat_v4.txt README.docx thoughts-notes-appendix.pdf Routputs_inpat_v5.txt Routputs_inpat.txt
1
+ files = Rplots_outpat.pdf Routputs_inpat_v4.txt Routputs_inpat_v5.txt Routputs_inpat.txt
2
2
files_unmentioned = Routputs_outpat.txt Rplots_inpat_v4.pdf Rplots_inpat.pdf
3
+
3
4
.PHONY : all clean upload
4
- infiles_outpat = PATIENT.txt PAT_ORDERS_PROCEDURES.txt PAT_ENC_DX.txt PAT_PRBL_LIST.txt Pat_FlowSheet_PulseOx.txt
5
- infile_bsl = COVID_1_SLH.tab
6
5
7
6
all : $(files )
8
-
9
- % .pdf : % .txt
10
- pandoc -o $@ $<
11
-
12
- % .pdf : % .md
13
- pandoc -o $@ $<
14
-
15
- % .docx : % .txt
16
- pandoc -o $@ $<
17
-
18
- % .docx : % .md
19
- pandoc -o $@ $<
7
+ $(MAKE ) -C outputs
20
8
21
9
# ### Analyses
22
10
23
- Rplots_outpat.pdf : analysis_outpat.R $( infiles_outpat )
11
+ Rplots_outpat.pdf : analysis_outpat.R
24
12
Rscript $< > Routputs_outpat.txt
25
13
mv -f Rplots.pdf Rplots_outpat.pdf
26
14
27
- Routputs_inpat.txt : analysis_inpat.R $( infile_bsl )
15
+ Routputs_inpat.txt : analysis_inpat.R # COVID_1....
28
16
Rscript $< > $@
29
17
30
18
Routputs_inpat_v4.txt : bslmc_v4_DataSets_pipe.R # infiles_v4, sadly 15 of them
Original file line number Diff line number Diff line change
1
+ files = README.pdf README.docx thoughts-notes-appendix.pdf
2
+
3
+ .PHONY : all
4
+
5
+ all : $(files )
6
+
7
+ # ### Documents
8
+
9
+ % .pdf : ../% .md
10
+ pandoc -o $@ $<
11
+
12
+ % .docx : ../% .md
13
+ pandoc -o $@ $<
File renamed without changes.
You can’t perform that action at this time.
0 commit comments