Description

Align reads to a reference genome using YARA

Input

name:type
description
pattern

meta{:bash}

:map

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

reads{:bash}

:file

List of input FastQ files of size 1 and 2 for single-end and paired-end data, respectively.

meta2{:bash}

:map

Groovy Map containing index information e.g. [ id:‘test’ ]

index{:bash}

:file

YARA genome index files

Output

name:type
description
pattern

bam{:bash}

meta{:bash}

:map

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

*.mapped.bam{:bash}

:file

Sorted BAM file

*.{bam}

bai{:bash}

meta{:bash}

:map

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

*.mapped.bam.bai{:bash}

:file

Sorted BAM file index

*.{bai}

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

Tools

yara
https://raw.githubusercontent.com/seqan/seqan/develop/apps/yara/LICENSE

Yara is an exact tool for aligning DNA sequencing reads to reference genomes.