Description

Get the minimal allowed index version from STAR

Input

No input parameters

Output

name:type
description
pattern

index_version{:bash}

*.txt{:bash}

:file

File with the minimal index version

*.txt

versions_star{:bash}

${task.process}{:bash}

:string

The name of the process

star{:bash}

:string

The name of the tool

STAR --version | sed "s/STAR_//"{: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 "s/STAR_//"{: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.