Skip to content

wwyyes/nf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Making the use of nextflow nfcore pipeline to process data

adapt in wwang's project setting

Features

  • Run nf-core pipeline in singularity conda environment
  • Limit the CPUs and memory usage
  • Increase time limit for time-consuming steps

Installation

Install all requirments in conda

## set conda channels
conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge

nextflow

## create an environment called nextflow and install nextflow
conda create --name nextflow nextflow
## actiavte the nextflow envrionment
conda activate nextflow

singularity

## install singularity in the same environment with nextflow
conda install -c conda-forge singularity

Reference

Tools Link
nextflow https://www.nextflow.io
nf-core https://nf-co.re
singularity https://anaconda.org/conda-forge/singularity

About

customized nextflow nf-core pipeline to process (raw/preprocessed) sequencing data in parallel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages