mag VS nextflow

Compare mag vs nextflow and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
mag nextflow
2 9
182 2,538
4.4% 2.0%
9.5 9.7
22 days ago about 14 hours ago
Nextflow Groovy
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

mag

Posts with mentions or reviews of mag. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-16.
  • How do you use Termux?
    3 projects | /r/termux | 16 Jul 2022
    So, I'm a bioinformatician, and currently I am extending my company's data processing pipeline which takes metagenomic sequencing data and performs a number of downstream analyses on it, the results of which are then provided to our customers. Here is an example of such a data processing pipeline: it's a script which orchestrates the execution of a number of tools to get the desired end result. Each of the green bubbles in the flowchart represents a single program which needs to be called specific settings and with data provided to it either by me (as the pipeline input) or from outputs of previous steps in the pipeline.
  • Is it possible to assemble a complete bacterial genome using short reads?
    2 projects | /r/bioinformatics | 9 Aug 2021

nextflow

Posts with mentions or reviews of nextflow. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-10.
  • Nextflow: Data-Driven Computational Pipelines
    9 projects | news.ycombinator.com | 10 Aug 2023
    > It's been a while since you can rerun/resume Nextflow pipelines

    Yes, you can resume, but you need your whole upstream DAG to be present. Snakemake can rerun a job when only the dependencies of that job are present, which allows to neatly manage the disk usage, or archive an intermediate state of a project and rerun things from there.

    > and yes, you can have dry runs in Nextflow

    You have stubs, which really isn't the same thing.

    > I have no idea what you're referring to with the 'arbitrary limit of 1000 parallel jobs' though

    I was referring to this issue: https://github.com/nextflow-io/nextflow/issues/1871. Except, the discussion doesn't give the issue a full justice. Nextflow spans each job in a separate thread, and when it tries to span 1000+ condor jobs it die with a cryptic error message. The option of -Dnxf.pool.type=sync and -Dnxf.pool.maxThreads=N prevents the ability to resume and attempts to rerun the pipeline.

    > As for deleting temporary files, there are features that allow you to do a few things related to that, and other features being implemented.

    There are some hacks for this - but nothing I would feel safe to integrate into a production tool. They are implementing something - you're right - and it's been the case for several years now, so we'll see.

    Snakemake has all that out of the box.

  • Alternatives to nextflow?
    6 projects | /r/bioinformatics | 26 Oct 2022
    For now, I think that the best place to track this / get your voice heard is this GitHub Discussions post (which covers many things - error reporting is one of them). https://github.com/nextflow-io/nextflow/discussions/3107
  • HyperQueue: ergonomic HPC task executor written in Rust
    4 projects | /r/rust | 12 Oct 2022
  • Nextflow vs Snakemake
    2 projects | /r/bioinformatics | 29 Jul 2022
    We could spend the day pointing to things we wish were different, but that doesn't change the fact that Nextflow is the leader when it comes to workflow orchestration. And feel free to create a new issue in the GitHub repository if you wish to request a feature :)
  • Feel very hard writing nextflow pipeline.
    2 projects | /r/bioinformatics | 11 May 2022
    The nextflow devs have been talking about this for a while on GitHub. Looks like they're implementing something along these lines using schema like they do for nf-core. GitHub discussion.
  • Need a statically typed Python replacement
    1 project | /r/learnprogramming | 28 Dec 2021
    Groovy definitely scales up just fine I think but I never used it myself outside of little snippets embedded in my DSL, I know its considered by some to be "dead" so its interesting to see what other JVM-ecosystem users think of it.

What are some alternatives?

When comparing mag and nextflow you can also consider the following projects:

SqueezeMeta - A complete pipeline for metagenomic analysis

galaxy - Data intensive science for everyone.

atlas - A modern tool for managing database schemas

argo - Workflow Engine for Kubernetes

rnaseq - RNA sequencing analysis pipeline using STAR, RSEM, HISAT2 or Salmon with gene/isoform counts and extensive quality control.

ploomber - The fastest ⚡️ way to build data pipelines. Develop iteratively, deploy anywhere. ☁️

spades - SPAdes Genome Assembler

singularity - Singularity has been renamed to Apptainer as part of us moving the project to the Linux Foundation. This repo has been persisted as a snapshot right before the changes.

sarek - Analysis pipeline to detect germline or somatic variants (pre-processing, variant calling and annotation) from WGS / targeted sequencing

Airflow - Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

eager - A fully reproducible and state-of-the-art ancient DNA analysis pipeline

devops-resources - DevOps resources - Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP