Builds a YARA index for a reference genome
meta
:map
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
fasta
:file
Input genome fasta file
index
YARA genome index files
yara.*
${fasta}*
versions_yara
${task.process}
:string
The name of the process
yara
The name of the tool
yara_indexer --version 2>&1 | grep 'yara_indexer version' | sed 's/^.*yara_indexer version: //; s/ .*\$//'
:eval
The expression to obtain the version of the tool
versions
Yara is an exact tool for aligning DNA sequencing reads to reference genomes.