Skip to content

Commit

Permalink
finished Rmarkdown reporting integration
Browse files Browse the repository at this point in the history
  • Loading branch information
tbersez committed May 7, 2019
1 parent b651644 commit f150197
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/do_markdown.py
Expand Up @@ -27,4 +27,5 @@
singularity exec -B {params.bind} {params.cont}\
R -e \
"rmarkdown::render('./modules/markdown_gen.Rmd', output_file='../{output.Rmd}')"
rm -rf Run_report_files
"""
6 changes: 6 additions & 0 deletions singularity/AllMine_recipe.sr
Expand Up @@ -27,6 +27,7 @@ From: ubuntu:18.04

AllMine, a flexible pipeline for Allele Mining.
Please read documentation to get help !
(hosted at : https://allmine.readthedocs.io/en/latest/?badge=latest)

# This software is under the MIT License #
# Copyright Thomas Bersez 2019 #
Expand Down Expand Up @@ -65,7 +66,12 @@ From: ubuntu:18.04
apt-get install -y python3
apt-get install -y python3-pip
apt-get install -y python3-yaml

# Install R and rmarkdown
apt-get install -y r-base
apt-get install -y pandoc
R -e "install.packages('rmarkdown', repos = 'https://cloud.r-project.org')"
R -e "install.packages('knitr', repos = 'https://cloud.r-project.org')"

# Install Annovar
wget http://www.openbioinformatics.org/annovar/download/0wgxR2rIVP/annovar.latest.tar.gz
Expand Down

0 comments on commit f150197

Please sign in to comment.