added files

This commit is contained in:
Jeremy Kidwell 2020-03-26 18:09:35 +00:00
parent 61f39ecd34
commit 099bed2021
7 changed files with 927 additions and 0 deletions

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
html:
Rscript -e 'library(rmarkdown); rmarkdown::render("mapping_draft.Rmd", "html_document")'
hpc:
Rscript -e 'library(rmarkdown); rmarkdown::render("mapping_draft-hpc_optimised.Rmd", "html_document")'
pdf:
Rscript -e 'library(rmarkdown); rmarkdown::render("./mapping_draft.Rmd", "pdf_document")'