Description

Extracts splicing sites from a gtf files

Input

name:type
description
pattern

meta{:bash}

:map

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

gtf{:bash}

:file

Reference gtf annotation file

*.{gtf}

Output

name:type
description
pattern

txt{:bash}

meta{:bash}

:map

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

*.splice_sites.txt{:bash}

:file

Splice sites in txt file

*.txt

versions_hisat2{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

hisat2{:bash}

:string

The tool name

hisat2 --version | grep -o "version [^ ]*" | cut -d " " -f 2{:bash}

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

hisat2{:bash}

:string

The tool name

hisat2 --version | grep -o "version [^ ]*" | cut -d " " -f 2{:bash}

:eval

The expression to obtain the version of the tool

Tools

hisat2
MIT

HISAT2 is a fast and sensitive alignment program for mapping next-generation sequencing reads (both DNA and RNA) to a population of human genomes as well as to a single reference genome.