Description

Create index for STAR

Input

name:type
description
pattern

meta

:map

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

fasta

:file

Fasta file of the reference genome

meta2

:map

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

gtf

:file

GTF file of the reference genome

Output

name:type
description
pattern

index

meta

:map

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

star

:directory

Folder containing the star index files

star

versions_star

${task.process}

:string

The name of the process

star

:string

The name of the tool

STAR --version | sed -e "s/STAR_//g"

: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 | sed -n '1s/samtools //p'

:eval

The expression to obtain the version of the tool

versions_gawk

${task.process}

:string

The name of the process

gawk

:string

The name of the tool

gawk --version | sed -n '1{s/GNU Awk //;s/,.*//;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

star

:string

The name of the tool

STAR --version | sed -e "s/STAR_//g"

: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 | sed -n '1s/samtools //p'

:eval

The expression to obtain the version of the tool

${task.process}

:string

The name of the process

gawk

:string

The name of the tool

gawk --version | sed -n '1{s/GNU Awk //;s/,.*//;p}'

:eval

The expression to obtain the version of the tool

Tools

star
MIT

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