FASTQ Merger Element

Merges input sequences into one output file.

Element type: MergeFastq


Parameters

ParameterDescriptionDefault ValueParameter in Workflow FileType
Output directorySelect an output directory. Custom – specify the output directory in the ‘Custom directory’ parameter. Workflow – internal workflow directory. Input file – the directory of the input file.(not set)out-modestring
Output file nameThe name of the output file. If the default or an empty value is provided, the output name is the name of the first file with an additional extension.(not set)out-namestring

Input/Output Ports

Input Port

Name in GUIName in Workflow FileSlotSlot in Workflow FileType
Input Filein-fileSource URLurlstring

Output Port

Name in GUIName in Workflow FileSlotSlot in Workflow FileType
Output Fileout-fileSource URLurlstring

Example

ugene workflow run \
  --element MergeFastq \
  --url input1.fastq,input2.fastq,input3.fastq \
  --out-name merged_output.fastq

This command merges multiple FASTQ files into one. Use --out-mode and --custom-dir if you want to set a specific output location.