nextflow-io / nf-recursion

Showcase repository for Nextflow recursion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nextflow recursion

This repository holds recursion example suppored by Nextflow as of version 21.11.0-edge

Read more at this link.

Examples

  1. Recurse a process a fixed amount times:

     nextflow run nf-recursion/times.nf
    
  2. Recurse a process until a condition is verified:

     nextflow run nf-recursion/until.nf
    
  3. Scan over a process:

     nextflow run nf-recursion/scan_files.nf
    

Try it

Try it now on Gitpod using this link.

About

Showcase repository for Nextflow recursion

License:Mozilla Public License 2.0


Languages

Language:Nextflow 100.0%