Blog


Working setup

I often experiment with different workflows and adapt them to my needs and likings. I have written papers in Word, Latex, google docs, and Markdown, while I have produced and tweaked figures with R, Gimp, Inkscape, the yEd diagram editor, etc. I will quickly summarize what, for me, is the best workflow for a complete project. 1 - Setting up a code/data project Set up a github repository for the code and, if it applies, for the raw data.

Parallel R with SLURM

This post is a work in progress! I will incorporate new ideas as I try them Types of parallelization SLURM is a workload manager for organizing computing resources in Linux clusters. In order to submit jobs to a cluster managed via SLURM, these have to be submitted via bash scripts that call the actual program to run. Focusing on R, one may think on two general types of parallelizing scripts.

test1

hey