Description

Sort GTF files in chr/pos/feature order

Input

name:type
description
pattern

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1' ]

gtf

:file

Unsorted GTF/GFF file.

*.{gff,gtf}

Output

name:type
description
pattern

gtf

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1' ]

*.sorted.${gtf.extension}

:file

Sorted GTF file

*.{gff,gtf}

versions_gtfsort

${task.process}

:string

Name of the process

gtfsort

:string

Name of the tool

gtfsort --version |& sed "s/gtfsort //"

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

Name of the process

gtfsort

:string

Name of the tool

gtfsort --version |& sed "s/gtfsort //"

:eval

The expression to obtain the version of the tool

Tools

gtfsort
MIT

A chr/pos/feature GTF sorter that uses a lexicographically-based index ordering algorithm.