Skip to content

AmstlerStephan/post_pipeline_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nextflow install with bioconda Docker

ecSeq-template Pipeline

ecSeq/template is a simple template for building a new project in Nextflow.

The workflow does .... with tool, producing results with are then ... with other tool. Final results are ... with final tool, and ...

See the output documentation for more details of the results.

The pipeline is built using Nextflow, a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It comes with docker containers making installation trivial and results highly reproducible.

Quick Start

i. Install nextflow

ii. Install one of docker, singularity or conda

iii. Download the pipeline and test it on a minimal dataset with a single command

nextflow run ecseq/template -profile test,<docker|singularity|conda>

iv. Start running your own analysis!

nextflow run ecseq/template -profile <docker|singularity|conda> --input /path/to/input 

See the usage documentation for all of the available options when running the pipeline.

Credits

These scripts were originally written for use by Your Institute, by You (@your_username).

About

Little pipeline to do offline analysis of one or each run

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published