Description

Convert file from bed to bigBed format

Input

name:type
description
pattern

meta

:map

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

bed

:file

bed file

*.{bed}

sizes

:file

chromosome sizes file

*.{sizes}

autosql

:file

autoSql file to describe the columns of the BED file

*.{as}

Output

name:type
description
pattern

bigbed

meta

:map

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

*.bigBed

:file

bigBed file

*.{bigBed}

versions_ucsc

${task.process}

:string

The name of the process

ucsc

:string

The name of the tool

482

:string

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

ucsc

:string

The name of the tool

482

:string

The expression to obtain the version of the tool

Tools

ucsc
varies; see http://genome.ucsc.edu/license

Convert file from bed to bigBed format