Description

Extracts splicing sites from a gtf files

Input

name:type
description
pattern

meta

:map

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

gtf

:file

Reference gtf annotation file

*.{gtf}

Output

name:type
description
pattern

txt

meta

:map

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

*.splice_sites.txt

:file

Splice sites in txt file

*.txt

versions_hisat2

${task.process}

:string

The process the versions were collected from

hisat2

:string

The tool name

hisat2 --version | grep -o "version [^ ]*" | cut -d " " -f 2

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The process the versions were collected from

hisat2

:string

The tool name

hisat2 --version | grep -o "version [^ ]*" | cut -d " " -f 2

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