Skip to content
Snippets Groups Projects
README.md 1.29 KiB
Newer Older
Celine Noirot's avatar
Celine Noirot committed

[![Nextflow](https://img.shields.io/badge/nextflow-%E2%89%A50.32.0-brightgreen.svg)](https://www.nextflow.io/)

[![pipeline status](https://forgemia.inra.fr/get-nextflow-ngl-bi/template-nf/badges/master/pipeline.svg)](https://forgemia.inra.fr/get-nextflow-ngl-bi/template-nf//-/commits/master)

# The wf-illumina-nf pipeline
This pipeline performes the QC of data from Illumina sequencers.  

## How tu use it ?
The pipeline begin after the NGS_Illumina pipeline, which, at the end performes the demultiplexing of raw data. In the output directory of demultiplexing, five elements are needed :
- one fastq files folder per project
- the SampleSheet.csv
- the nextflow outputs folder
- the params.config file
- the fastqScreen configration file

An example of the params.config and fastqScreen are available in the assets folder.

Example of a basic command line the launch the pipeline is (from the nextflow folder) :  
```bash 
sbatch -J nf-illumina_BHNKY7DRX2_1 -p wflowq -t 3-00 --mem 5GB --wrap="module load bioinfo/Nextflow-v21.04.1; cd /home/sbsuser/work/data/NovaSeq/230116_A00318_0372_BHNKY7DRX2_Lane1_1673933427_10x/nextflow; nextflow run /work/sbsuser/test/jules/VisualStudioSources/wf-illumina-nf/main.nf -profile prod -ansi-log false"
Jules Sabban's avatar
Jules Sabban committed
```

NB : for the moment, the case of multi-projects lane is not managed !