Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Specify R version (3.5) because default (3.6) does not have 'magick' …
Browse files Browse the repository at this point in the history
…installed
  • Loading branch information
mtandon09 committed Oct 21, 2019
1 parent 9b17bda commit f473d58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rules/make.germline.network.rl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ rule make_germline_network:
output: network="sample_network_mqc.png",
params: rname="make.germline.network"
shell: """
perl Scripts/make_sample_network.pl {input}; module load R; Rscript Scripts/magick.R; rm sample_network.bmp
perl Scripts/make_sample_network.pl {input}; module load R/3.5; Rscript Scripts/magick.R; rm sample_network.bmp

"""
"""

0 comments on commit f473d58

Please sign in to comment.