<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Pipelines on The Augmented Scholar</title><link>https://augmentedscholars.com/tags/pipelines/</link><description>Recent content in Pipelines on The Augmented Scholar</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 18 Jul 2026 16:33:26 +0400</lastBuildDate><atom:link href="https://augmentedscholars.com/tags/pipelines/index.xml" rel="self" type="application/rss+xml"/><item><title>Snakemake — Reproducible Pipelines in Python</title><link>https://augmentedscholars.com/tools/snakemake/</link><pubDate>Fri, 17 Jul 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/tools/snakemake/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;Snakemake is Make reborn for science with Python syntax: you declare rules (inputs → outputs → command), and it builds the dependency graph, runs only outdated steps, and parallelises automatically. The same Snakefile runs on your laptop and submits to SLURM.&lt;/p&gt;</description></item><item><title>Nextflow — Pipelines Built for Scale</title><link>https://augmentedscholars.com/tools/nextflow/</link><pubDate>Fri, 17 Jul 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/tools/nextflow/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;Nextflow expresses pipelines as dataflow between processes, each optionally running in its own container, with executors for SLURM, Kubernetes, and every major cloud. Its ace is nf-core: community-curated production pipelines (RNA-seq, variant calling, and 100+ more) you can run rather than rewrite.&lt;/p&gt;</description></item></channel></rss>