About debug messages in knitr

2024-04-09 | #knitr #R

When writing markdown documents for processing with knitr, warnings and messages are usually shown in the output document. Often, I also want to print debug messages to the console, e.g. for indicating progress etc.

Continue reading 


One Snakemake workflow for paired-end and single-end data

2023-10-24 | #Snakemake

Recently, I was thinking about how to set up a Snakemake workflow that can deal with both single-end and paired-end sequencing datasets. For Illumina, paired-end sequencing results in two FASTQ files for each sample: one file with the forward reads and one file with the reverse reads, which have R1 and R2 in the file names.

Continue reading 