Giter Site home page Giter Site logo

angelovangel / nxf-bcl Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 3.0 43 KB

A simple nextflow pipeline for Illumina run metrics (InterOp) and generation of fastq files (bcl2fastq)

Dockerfile 4.19% Nextflow 93.76% R 2.05%
nextflow-pipeline bcl2fastq illumina interop metrics fastq-files

nxf-bcl's Introduction

nxf-bcl

A simple nextflow pipeline for obtaining Illumina run metrics (InterOp) and generation of fastq files (bcl2fastq) from Illumina raw data. The input is an Illumina run folder (with bcl files) and a SampleSheet.csv file. The pipeline has been tested with runs from all Illumina machines. Run it with:

nextflow run angelovangel/nxf-bcl --runfolder illumina_folder

The pipeline runs in a docker container by default, so no need to install anything (except nextflow of course). It executes the Illumina programs InterOp summary and bcl2fastq, saves the fastq files in results-bcl/fastq/, and generates a MultiQC report in results-bcl/. That's it!

The above command assumes SampleSheet.csv is in the Illumina runs folder. Using the --samplesheet parameter, a different sample sheet can be passed. For all available parameters, try

nextflow run angelovangel/nxf-bcl --help

I have uploaded a small test dataset from Illumina on Amazon S3, to run the pipeline with it use:

nextflow run angelovangel/nxf-bcl -profile test
# might take some time to get the data from amazon

Tip - For generating the required sample sheet you can use the sample sheet generator app, and for analysis of the generated fastq files you can run the angelovangel/nxf-fastqc pipeline.

And finally, if you don't have nextflow go get it!
Cheers!

Update 08-01-2023

Use nextflow run -dsl1 ..., the pipeline is still using DSL1 syntax

nxf-bcl's People

Contributors

angelovangel avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ncct-mibi fischuu

nxf-bcl's Issues

add parameter for number of allowed mismatches per index

--barcode-mismatches arg (=1)                   number of allowed mismatches per index
                                                  Multiple, comma delimited, entries allowed. Each entry is applied to the corresponding index; last entry applies to all
                                                  remaining indices.
                                                  Accepted values: 0, 1, 2.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.