Description

A program to generate frequency counts of repetitive units.

Input

name:type
description
pattern

meta

:map

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

ref

:file

An input nucleotide fasta file.

Output

name:type
description
pattern

counts

meta

:map

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

*.txt

:file

A file containing frequency counts of repetitive units.

*.txt

versions_windowmasker

${task.process}

:string

The name of the process

windowmasker

:string

The name of the tool

windowmasker -version-full | head -n 1 | sed 's/^.*windowmasker. //; s/ .*\$//'

:string

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

windowmasker

:string

The name of the tool

windowmasker -version-full | head -n 1 | sed 's/^.*windowmasker. //; s/ .*\$//'

:eval

The expression to obtain the version of the tool

Tools

windowmasker
MIT

A program to mask highly repetitive and low complexity DNA sequences within a genome.