Pierre Lindenbaum · @yokofakun
963 followers · 1396 posts · Server genomic.social
Luke Pembleton · @lwpembleton
61 followers · 96 posts · Server genomic.social

2/ but where the other aspects have been tailored to R&D and taken care of. ๐Ÿ’ฐ Simple account and budget control so you can easily and calmly give access to students and new users. Seamless batch processing with workflow managers such as , the ultimate pipeline boost! ๐Ÿš€

#nextflow

Last updated 1 year ago

Luke Pembleton · @lwpembleton
54 followers · 78 posts · Server genomic.social

๐Ÿ” Curious if there are fellow & users here yet! ๐Ÿค” I have a few of blog posts on my site that might be helpfulโ€”especially if you're delving into Nextflow on AWS Batch. ๐Ÿš€๐ŸŒŸ

๐ŸŒ๐Ÿ”—ย lpembleton.rbind.io/blog

#nextflow #aws #bioinformatics

Last updated 1 year ago

Mark James Adams · @markjamesadams
151 followers · 254 posts · Server genomic.social

Is there a clean way to make a Nextflow operator(s) work like zip() in Python, collecting the elements of each item together pairwise? For example for a channel with the items

[1, โ€œOneโ€]
[2, โ€œTwoโ€]
[3, โ€œThreeโ€]

producing a channel with a single item:

[[1, 2, 3], [โ€œOneโ€, โ€œTwoโ€, โ€œThreeโ€]]

#nextflow

Last updated 1 year ago

Luke Pembleton · @lwpembleton
27 followers · 26 posts · Server genomic.social

Anyone else notice that ChatGPT isnโ€™t that good at code? Maybe its getting confused and mixing groovy with nextflow syntax.

#nextflow

Last updated 1 year ago

Phil Ewels · @ewels
263 followers · 124 posts · Server genomic.social

Love ? Love @nf_core? Come and join my team at as a Developer Advocate / community builder! ๐Ÿ‘ท๐Ÿคฉ Now looking for a new team member to represent North America ๐Ÿ‡บ๐Ÿ‡ธ๐Ÿ‡จ๐Ÿ‡ฆ
Let's build this community together! ๐Ÿš€

Remote (ET ๐Ÿ•๐ŸŒŽ)

seqera.io/careers/developer-ad

#nextflow #seqeralabs

Last updated 1 year ago

Pierre Lindenbaum · @yokofakun
942 followers · 1275 posts · Server genomic.social
chasingmicrobes · @chasingmicrobes
338 followers · 114 posts · Server mstdn.science

If you're in Chicago Aug 10, I'll be giving a talk on building Python-centered workflows to search through terabytes of genomic data, along with and
at Chipy
chipy.org/meetings/230/

#nextflow #neo4j

Last updated 1 year ago

Christian Meesters · @rupdecat
165 followers · 675 posts · Server fediscience.org

Also, workflow engines cannot pick up modules reliably, as module naming schemes may differ from cluster to cluster. Hence, they rely on conda and add options allowing for environment modules and/or containerized software.

The HPC world needs to find an answer, as reproducible workflows carried out by workflow engines such as or are what data analysis communities are working with (across fields).

#nextflow #snakemake

Last updated 1 year ago

Mark James Adams · @markjamesadams
145 followers · 236 posts · Server genomic.social

The filesystem was blameless. The problem was an extraneous input path (a log file) was being overwritten by a file of the same name.

#nextflow

Last updated 1 year ago

Mark James Adams · @markjamesadams
145 followers · 228 posts · Server genomic.social

Nextflow-cache-hash-changed-and-I-donโ€™t-know-why* blues.

nextflow.io/blog/2022/caching-

*I suspect it might be the scratch filesystem not preserving timestamps, so trying `cache 'lenient` as a first step.

#nextflow

Last updated 1 year ago

Christian Meesters · @rupdecat
152 followers · 579 posts · Server fediscience.org

You are doing ? Would you say data analysis requires interactive work, e.g. using jupyter, rstudio, etc.? Or would you prefer using a workflow system, e.g. , , , etc.?

I am not talking about visualization, though. Visualization is important and can be achieved regardless of the approach.

Please boost. Thank you.

#galaxy #nextflow #snakemake #bioinformatics

Last updated 1 year ago

Christian Meesters · @rupdecat
151 followers · 525 posts · Server fediscience.org

A good indicator is: curated support for workflow engines such as , , .

#galaxy #nextflow #snakemake

Last updated 1 year ago

Charles Plessy · @charles_plessy
2 followers · 20 posts · Server fediscience.org

One of the benefits of using a system of like , is that it reports the total amount of compute that was used, which approximates the amount of consumed. For instance, yesterday I aligned 16 pairs of trypanosome genomes; it took ~20 minutes but consumed ~20 hours of CPU cores. Assuming 10 Watts per core, this makes 200 Wh, which is 720ย 000 . One would need to multiply this by some factor to account for cooling the server room etc.

#joules #energy #power #nextflow #workflow #bioinformatics #Pipeline

Last updated 1 year ago

nf-core · @nf_core
351 followers · 268 posts · Server mstdn.science

Great article describing all the different file systems supported by @nextflowio (there are a lot!) with practical recommendations as to which are best suited to different setups.. Well worth a read!
---
RT @nextflowio
๐Ÿ” Are you looking to optimize the performance of your pipelines? ๐Ÿš€ Choosing the right storage architecture can make all the difference.

๐Ÿ“– Check out this article for tips to help you make the right decision: httโ€ฆ
twitter.com/nextflowio/status/

#nextflow

Last updated 1 year ago

Harshil Patel · @aka_hpatel
160 followers · 94 posts · Server genomic.social

Comprehensive survey of the different storage options out there and how they impact performance when using @nextflowio ๐Ÿ‘‡
---
RT @nextflowio
๐Ÿ” Are you looking to optimize the performance of your pipelines? ๐Ÿš€ Choosing the right storage architecture can make all the difference.

๐Ÿ“– Check out this article for tips to help you make the right decision: ow.ly/JgxK50OfN7j


twitter.com/nextflowio/status/

#nextflow #datastorage #bioinformatics

Last updated 1 year ago

· @multimeric
332 followers · 322 posts · Server genomic.social

Nextflow tells us that using `process().set(name)` is more idomatic than `name = process()`.

But is it really? Is this not more confusing and trickier to follow, especially to those used to languages like Python that assign variables in this way?

Would you recommend this style?

nextflow.io/docs/latest/operat

#nextflow #bioinformatics

Last updated 2 years ago

Harshil Patel · @aka_hpatel
159 followers · 87 posts · Server genomic.social

RT @nf_core
๐ŸšจJust a reminder that the deadline for applying to the 3rd round of the and mentorship closes on May, 1st! ๐Ÿ˜‰ More info at nf-co.re/mentorships

In the meantime, read our blog post about the second round that just ended ๐Ÿคฉ

nextflow.io/blog/2023/czi-ment

#nextflow #nf_core

Last updated 2 years ago

Phil Ewels · @ewels
242 followers · 109 posts · Server genomic.social

Really nice blog post about the 2nd round of @nextflowio / @nf_core mentorships, with a bunch of testimonials and short project descriptions..

If you're not sure about applying for the 3rd round, have a read! Some great inspiration here! ๐ŸŽ‰
---
RT @nf_core
๐ŸšจJust a reminder that the deadline for applying to the 3rd round of the and mentorship closes on May, 1st! ๐Ÿ˜‰ More info at nf-co.re/mentorships

In the meantimeโ€ฆ
twitter.com/nf_core/status/164

#nextflow #nf_core

Last updated 2 years ago

Harshil Patel · @aka_hpatel
159 followers · 87 posts · Server genomic.social

RT @SeqeraLabs
๐Ÿ‡ฌ๐Ÿ‡ง London alert! We're exhibiting at @PistoiaAlliance Annual Spring Conference on April 18. @ChrisjTownend and @aka_hpatel look forward to meeting the Alliance members and sharing how Seqera enables collaborative data analysis at scale.

pistoiaalliance.org/eventdetai

#nextflow

Last updated 2 years ago