dataflow/combine_samples

Description

Combine fastq files from across samples into one event with a list of fastq files per orientation.

Type

nextflow_script

License

MIT

Run this component

Run the following command to execute this component with Nextflow:

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

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

Input arguments

Name
Type & Properties
--id
string
required
--forward_input
file
required
--reverse_input
file

Output arguments

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