Description

Generate fragment-delimited genomic bins

Input

name:type
description
pattern

fasta{:bash}

:file

Genome assembly FASTA file or folder containing FASTA files (uncompressed).

*.{fasta,fa}

chromsizes{:bash}

:file

Path to a chromsizes file.

enzyme{:bash}

:string

Name of restriction enzyme. e.g. CviQI.

Output

name:type
description
pattern

bed{:bash}

*.bed{:bash}

:file

A genome segmentation of restriction fragments as a BED file.

*.{bed}

versions_cooler{:bash}

${task.process}{:bash}

:string

The name of the process

cooler{:bash}

:string

The name of the tool

cooler --version 2>&1 | sed "s/cooler, version //"{: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

cooler{:bash}

:string

The name of the tool

cooler --version 2>&1 | sed "s/cooler, version //"{:bash}

:eval

The expression to obtain the version of the tool