Description

Purge haplotigs and overlaps for an assembly

Input

name:type
description
pattern

meta{:bash}

:map

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

basecov{:bash}

:file

A file containing a histogram of base coverage. Obtained from PURGEDUPS_PBCSTAT

*.PB.base.cov

cutoff{:bash}

:file

A file containing duplication cutoff points. Obtained from PURGEDUPS_CALCUTS

*.cutoffs

paf{:bash}

:file

A file of assembly alignments to itself

*.paf(.gz)?

Output

name:type
description
pattern

bed{:bash}

meta{:bash}

:map

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

*.dups.bed.gz{:bash}

:file

A bed file of sequences purged of false duplications

*.bed.gz

log{:bash}

meta{:bash}

:map

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

*.purge_dups.log{:bash}

:file

A log of the tool output

*.log

versions_purgedups{:bash}

${task.process}{:bash}

:string

The name of the process

purge_dups{:bash}

:string

The name of the tool

1.2.6{:bash}

:string

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

purge_dups{:bash}

:string

The name of the tool

1.2.6{:bash}

:string

The expression to obtain the version of the tool

Tools

purgedups
MIT

Purge_dups is a package used to purge haplotigs and overlaps in an assembly based on read depth