Description

Create bowtie index for reference genome

Input

name:type
description
pattern

meta{:bash}

:map

Groovy Map containing information about the genome fasta e.g. [ id:‘test’ ]

fasta{:bash}

:file

Input genome fasta file

Output

name:type
description
pattern

index{:bash}

meta{:bash}

:map

Groovy Map containing information about the genome fasta e.g. [ id:‘test’ ]

bowtie{:bash}

:string

Folder containing bowtie genome index files

*.ebwt

versions_bowtie{:bash}

${task.process}{:bash}

:string

The name of the process

bowtie{:bash}

:string

Folder containing bowtie genome index files

*.ebwt

bowtie --version 2>&1 | sed -n 's/.*bowtie-align-s version //p'{:bash}

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The name of the process

bowtie{:bash}

:string

Folder containing bowtie genome index files

*.ebwt

bowtie --version 2>&1 | sed -n 's/.*bowtie-align-s version //p'{:bash}

:eval

The expression to obtain the version of the tool

Tools

bowtie
Artistic-2.0

bowtie is a software package for mapping DNA sequences against a large reference genome, such as the human genome.