Skip to content

Commit

Permalink
Update blogpost date (#296)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Ribeiro-Dantas <mribeirodantas@seqera.io>
  • Loading branch information
mribeirodantas authored Aug 8, 2024
1 parent 5994301 commit 85293c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes
6 changes: 3 additions & 3 deletions src/content/blog/2024/experimental-cleanup-with-nf-boost.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Experimental cleanup with nf-boost"
date: 2024-08-07
date: 2024-08-08
type: post
description: nf-boost is a Nextflow plugin that tackles storage issues by cleaning intermediate files on the fly, inspired by challenges faced with the GEMmaker pipeline. This blog post tells the backstory and what you can achieve with the plugin today.
image: /img/blog-2024-08-07--share.png
image: /img/blog-2024-08-08--share.png
tags: nextflow,ambassador_post
status: published
author: Ben Sherman
Expand Down Expand Up @@ -57,7 +57,7 @@ Now suppose that we want to analyze a cohort of 100 patients – that’s ~10 TB

We tested this use-case with a paired WES sample (total input size of 26.8 GB), by tracking the work directory size for a run with and a run without automatic cleanup. The results are shown below.

<img src="/img/blog-2024-08-07-nfboost-img1a.png" alt="disk usage with and without nf-boost" style="width: 2500px;" />
<img src="/img/blog-2024-08-08-nfboost-img1a.png" alt="disk usage with and without nf-boost" style="width: 2500px;" />

_Note: we also changed the `boost.cleanupInterval` config option to 180 seconds, which was more optimal for our system._

Expand Down

0 comments on commit 85293c3

Please sign in to comment.