med-mastodon.com is one of the many independent Mastodon servers you can use to participate in the fediverse.
Medical community on Mastodon

Administered by:

Server stats:

363
active users

#nextflow

2 posts2 participants0 posts today
Continued thread

Before I continue uploading - and I do have a couple of more contributions to add to the #ResearchEquals collection - first another contribution by Johanna Elena Schmitz and Jens Zentgraf made at the #SnakemakeHackathon2025

One difficulty when dealing with a different scientific question: Do I need to re-invent the wheel (read: write a Workflow from scratch?) just to address my slightly different question?

Snakemake already allowed to incorporate "alien" workflows, even #Nextflow workflows, into desired workflows. The new contribution allows for a more dynamic contribution - with very little changes.

Check it out: zenodo.org/records/15489694

ZenodoAllowing Dynamic Load of Modules for SnakemakeSnakemake modules had to be explicitly defined and loaded at the beginning of a workflow. This limited the flexibility of workflows, particularly when dealing with complex dependency structures or when modules needed to be loaded conditionally based on runtime parameters. This contribution eases the procedure of dynamically adding 3rd party modules.

🧑🏾‍💻 Need help with anything #nfcore #nextflow (#bioinformatics) pipelines, whether running or developing?

⏰ Today's EMEA friendly weekly helpdesk is at 10:00-11:00 CEST (Berlin time) on the nf-core gather.town! nf-co.re/join#gather-town

📅 Note that we also have other regular helpdesks for different TZs!

- 🌏 Asia-Pacific: Wednesdays @ 15:00 NZDT
- 🌎 Americas: Tuesdays @ 14:00 ET

Join the nf-core slack for more details and reminders!

nf-co.reJoin nf-coreRead about the different ways you can get involved with nf-core

🧑🏾‍💻 Need help with anything #nfcore #nextflow (#bioinformatics) pipelines, whether running or developing?

⏰ Today's EMEA friendly weekly helpdesk is at 10:00 CEST (Berlin time) on the nf-core gather.town! nf-co.re/join#gather-town

📅 Note that we also have other regular helpdesks for different TZs!

- 🌏 Asia-Pacific: Wednesdays @ 15:00 NZDT
- 🌎 Americas: Tuesdays @ 14:00 ET

Join the nf-core slack for more details and reminders!

nf-co.reJoin nf-coreRead about the different ways you can get involved with nf-core

Do you want to create a plugin and dont know how/where to start?

Are you creating plugins and feel bored repeting again and again the same initial setps?

I just published nf-plugin-generator-cli , a command line tool to create #nextflow plugins:

- name your plugin as you want

- specify your own package

- generate java or groovy version (groovy by the moment)

- asciidoctor documentation

if you want to give a try and give feedback I'll be more than happy

github.com/incsteps/nf-plugin-

GitHubGitHub - incsteps/nf-plugin-generator-cli: A command line Nexflow plugin generatorA command line Nexflow plugin generator. Contribute to incsteps/nf-plugin-generator-cli development by creating an account on GitHub.