Description

Align reads to a reference genome using YARA

Input

name:type
description
pattern

meta

:map

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

reads

:file

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

meta2

:map

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

index

:file

YARA genome index files

Output

name:type
description
pattern

bam

meta

:map

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

*.mapped.bam

:file

Sorted BAM file

*.{bam}

bai

meta

:map

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

*.mapped.bam.bai

:file

Sorted BAM file index

*.{bai}

versions_yara

${task.process}

:string

The name of the process

yara

:string

The name of the tool

yara_mapper --version 2>&1 | grep 'yara_mapper version' | sed 's/^.*yara_mapper version: //; s/ .*\$//'

:eval

The expression to obtain the version of the tool

versions_samtools

${task.process}

:string

The name of the process

samtools

:string

The name of the tool

samtools --version 2>&1 | head -n1 | sed 's/^.*samtools //'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

yara

:string

The name of the tool

yara_mapper --version 2>&1 | grep 'yara_mapper version' | sed 's/^.*yara_mapper version: //; s/ .*\$//'

:eval

The expression to obtain the version of the tool

${task.process}

:string

The name of the process

samtools

:string

The name of the tool

samtools --version 2>&1 | head -n1 | sed 's/^.*samtools //'

:eval

The expression to obtain the version of the tool

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.