Description

Create index for STAR

Input

name:type
description
pattern

meta{:bash}

:map

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

fasta{:bash}

:file

Fasta file of the reference genome

meta2{:bash}

:map

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

gtf{:bash}

:file

GTF file of the reference genome

Output

name:type
description
pattern

index{:bash}

meta{:bash}

:map

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

star{:bash}

:directory

Folder containing the star index files

star

versions_star{:bash}

${task.process}{:bash}

:string

The name of the process

star{:bash}

:string

The name of the tool

STAR --version | sed -e "s/STAR_//g"{:bash}

:eval

The expression to obtain the version of the tool

versions_samtools{:bash}

${task.process}{:bash}

:string

The name of the process

samtools{:bash}

:string

The name of the tool

samtools --version | sed -n '1s/samtools //p'{:bash}

:eval

The expression to obtain the version of the tool

versions_gawk{:bash}

${task.process}{:bash}

:string

The name of the process

gawk{:bash}

:string

The name of the tool

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

star{:bash}

:string

The name of the tool

STAR --version | sed -e "s/STAR_//g"{:bash}

:eval

The expression to obtain the version of the tool

${task.process}{:bash}

:string

The name of the process

samtools{:bash}

:string

The name of the tool

samtools --version | sed -n '1s/samtools //p'{:bash}

:eval

The expression to obtain the version of the tool

${task.process}{:bash}

:string

The name of the process

gawk{:bash}

:string

The name of the tool

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

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