Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bentsherman/nextflow-palmetto-demo

Creating and running Nextflow pipelines on Clemson's Palmetto cluster
https://github.com/bentsherman/nextflow-palmetto-demo

nextflow pbspro

Last synced: about 1 month ago
JSON representation

Creating and running Nextflow pipelines on Clemson's Palmetto cluster

Awesome Lists containing this project

README

        

# Nextflow-Palmetto Demo

This repository contains a tutorial and example code on how to convert an existing series of job scripts into a Nextflow pipeline and run it on the Palmetto cluster at Clemson University. This tutorial is specific to Palmetto but should generalize to any HPC system with few modifications.

1. [Introduction](01-introduction.md)
2. [Creating a Nextflow Pipeline on Palmetto](02-create.md)
3. [Running a Nextflow Pipeline on Palmetto](03-run.md)