Description

Create bowtie index for reference genome

Input

name:type
description
pattern

meta

:map

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

fasta

:file

Input genome fasta file

Output

name:type
description
pattern

index

meta

:map

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

bowtie

:string

Folder containing bowtie genome index files

*.ebwt

versions_bowtie

${task.process}

:string

The name of the process

bowtie

:string

Folder containing bowtie genome index files

*.ebwt

bowtie --version 2>&1 | sed -n 's/.*bowtie-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

bowtie

:string

Folder containing bowtie genome index files

*.ebwt

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

: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.