dataflow/gather_fastqs_and_validate

Description

From a directory containing fastq files, gather the files per sample
and validate according to the contents of the sample sheet.

Type

nextflow_script

License

MIT

Run this component

Run the following command to execute this component with Nextflow:

cat > params.yaml <<'EOM'  
fastq_forward: "$id.$key.fastq_forward._*"  
fastq_reverse: "$id.$key.fastq_reverse._*"  
id: "run"  
publish_dir: "output/"  
EOM

nextflow run https://packages.viash-hub.com/vsh/demultiplex.git \  
  -revision v0.4.4 \  
  -main-script target/nextflow/dataflow/gather_fastqs_and_validate/main.nf \  
  -params-file params.yaml  

Input arguments

Name
Type & Properties
--input
file
required
--sample_sheet
file
required

Output arguments

Name
Type & Properties
--fastq_forward
file
required
multiple
output
--fastq_reverse
file
multiple
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.