Description

Ultraplex is an all-in-one software package for processing and demultiplexing fastq files.

Input

name:type
description
pattern

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

reads{:bash}

:file

FASTQ file(s) to demultiplex

barcode_file{:bash}

:file

FASTQ file containing barcode sequences

Output

name:type
description
pattern

fastq{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*[!no_match].fastq.gz

*_matched.fastq.gz{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*[!no_match].fastq.gz

no_match_fastq{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*[!no_match].fastq.gz

*_no_match_*.fastq.gz{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*no_match.fastq.gz

report{:bash}

*.log{:bash}

:file

File containing demultiplexing log

*.log

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

Tools