Description

Builds bowtie index for reference genome

Input

name:type
description
pattern

meta

:map

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

fasta

:file

Reference genome FASTA file

*.{fa,fasta,fna}

fai

:file

Reference genome FASTA index file

*.{fai}

Output

name:type
description
pattern

index

meta

:map

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

bowtie2

:directory

Bowtie2 genome index files

*.bt2

versions_bowtie2

${task.process}

:string

The name of the process

bowtie2

:string

The name of the tool

bowtie2 --version 2>&1 | sed -n 's/.*bowtie2-align-s version //p'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

bowtie2

:string

The name of the tool

bowtie2 --version 2>&1 | sed -n 's/.*bowtie2-align-s version //p'

:eval

The expression to obtain the version of the tool

Tools

bowtie2
GPL-3.0-or-later

Bowtie 2 is an ultrafast and memory-efficient tool for aligning sequencing reads to long reference sequences.