Skip to content

salzman-lab/SPLASH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

The pipeline is built using Nextflow, a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It uses Docker/Singularity containers making installation trivial and results highly reproducible. The Nextflow DSL2 implementation of this pipeline uses one container per process which makes it much easier to maintain and update software dependencies. Where possible, these processes have been submitted to and installed from nf-core/modules in order to make them available to all nf-core pipelines, and to everyone within the Nextflow community!

NOMAD

A statistical, reference-free algorithm subsumes myriad problems in genome science and enables novel discovery

nomad_1 nomad_2

Prerequisites

  1. Install Java.
  2. Install nextflow (>=20.04.0).
  3. Depending on your use case, install conda, docker, or singularity. By using the docker or singularity nextflow profile, the pipeline can be run within the NOMAD docker container (also available on dockerhub, which contains all the required dependencies.

Try the pipeline

To test this pipeine, use the command below. The test profile will launch a pipeline run with a small dataset.

How to run with singularity:

nextflow run kaitlinchaung/nomad \
    -profile test,singularity \
    -r main \
    -latest

How to run with docker:

nextflow run kaitlinchaung/nomad \
    -profile test,docker \
    -r main \
    -latest

How to run with conda:

nextflow run kaitlinchaung/nomad \
    -profile test,conda \
    -r main \
    -latest

Usage

Please see this document for descriptions of NOMAD inputs and parameters.

Outputs

Please see this document for descriptions of NOMAD output.

Citations

This pipeline uses code and infrastructure developed and maintained by the nf-core initative, and reused here under the MIT license.

The nf-core framework for community-curated bioinformatics pipelines.

Philip Ewels, Alexander Peltzer, Sven Fillinger, Harshil Patel, Johannes Alneberg, Andreas Wilm, Maxime Ulysse Garcia, Paolo Di Tommaso & Sven Nahnsen.

Nat Biotechnol. 2020 Feb 13. doi: 10.1038/s41587-020-0439-x.