Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 365 Bytes

File metadata and controls

24 lines (15 loc) · 365 Bytes

Blast example

A basic Blast pipeline using Nextflow.

nextflow

Get started

Install Nextflow

curl https://get.nextflow.io | bash

Run the pipeline:

nextflow run blast-example -profile docker

Dependencies

  • Java 17 or later
  • Docker