Edit
profile – Bioinformatics Services

Bioinformatics Services

Analysis and computational expertise

The Bioinformatics Services provide analysis and computational expertise with the aim to advance research in a collaborative environment.

Tag: profile

Nicolas Descostes

Snakemake profile 6: Using singularity containers

In the previous posts, we saw how to get started with snakemake, reduce command-line options, submit your jobs to a cluster, define resources and threads and handling memory and timeout errors. In this last post about snakemake profiles, I will show how to use singularity containers. If…


Nicolas Descostes

Snakemake profile – 5: Handling memory and timeout errors

In the previous posts, we saw how to get started with snakemake, reduce command-line options, submit your jobs to a cluster and define resources and threads. However if one of your jobs fails because it uses more memory or time than requested, with what was covered so far, snakemake will…




Nicolas Descostes

Snakemake profile – 1: Getting started with snakemake

This blog post is the first of a series on creating snakemake profiles. Some content was directly copied from the snakemake manual. It is supposed that the reader has some basic concepts of snakemake, even if I start from the very beginning. Introduction Adapting Snakemake to a particular…

Edit