mirror of
https://github.com/kidwellj/mapping_environmental_action.git
synced 2024-11-01 07:52:21 +00:00
minor tweaks to htpc setup
This commit is contained in:
parent
25dc685a36
commit
fcb586bac4
0
data/poi_2015_12_scot06340459.csv
Executable file → Normal file
0
data/poi_2015_12_scot06340459.csv
Executable file → Normal file
Can't render this file because it is too large.
|
15
sbatch.sh
Normal file
15
sbatch.sh
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
#!/bin/bash
|
||||||
|
#SBATCH --mail-type ALL
|
||||||
|
#SBATCH --cpus-per-task 1
|
||||||
|
#SBATCH --time 60:0
|
||||||
|
#SBATCH --ntasks 20
|
||||||
|
#SBATCH --qos bbdefault
|
||||||
|
|
||||||
|
module purge; module load bluebear
|
||||||
|
module load R/3.5.0-iomkl-2018a-X11-20180131
|
||||||
|
module load Pandoc/2.3.1
|
||||||
|
module load plotly/4.7.1-iomkl-2018a-R-3.5.0
|
||||||
|
module load rgeos/0.3-28-iomkl-2018a-R-3.5.0
|
||||||
|
module load tmap/2.2-iomkl-2018a-R-3.5.0
|
||||||
|
|
||||||
|
Rscript -e 'library(rmarkdown); rmarkdown::render("mapping_draft-hpc_optimised.Rmd", "html_document")'
|
Loading…
Reference in a new issue