workflows/ingestion/demux

Description

Convert .bcl files to .fastq files using bcl2fastq, bcl-convert or Cell Ranger mkfastq.

Type

nextflow_script

Contributors

Run this component

Run the following command to execute this component with Nextflow:

cat > params.yaml <<'EOM'  
id: "run"  
demultiplexer: [ "bcl2fastq" ]  
output_fastq: "$id.$key.output_fastq.fastq_dir"  
output_fastqc: "$id.$key.output_fastqc.reports_dir"  
output_multiqc: "$id.$key.output_multiqc.reports_dir"  
publish_dir: "output/"  
EOM

nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \  
  -revision 1.0.0 \  
  -main-script target/nextflow/workflows/ingestion/demux/main.nf \  
  -params-file params.yaml  

Arguments

Name
Type & Properties
--id
string
required
--input
-i
file
required
--sample_sheet
-s
file
required
--demultiplexer
string
--ignore_missing
boolean
--output_fastq
file
required
output
--output_fastqc
file
output
--output_multiqc
file
output

Collaborate Accelerate Succeed

Empower your organization with secure, scalable workflow solutions that simplify development, ensure compliance, and drive innovation.

Viash Hub is a platform developed by Data Intuitive, a Belgian-based bioinformatics company specializing in data workflow development and deployment.