Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tcharlon committed Mar 2, 2017
2 parents d16830b + 84ddbbb commit 2f9cf7a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
docx:
docker-compose up
clean:
rm -rf hgdp.* figure* snpclust* *.docx Rtmp*
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: '2'

services:
repro_hgdp:
build: .
volumes:
- .:/tmp
command: R -e "setwd('tmp');rmarkdown::render('article_reproducible_hgdp_v4.Rmd')"

0 comments on commit 2f9cf7a

Please sign in to comment.