Description

Sequenza-utils gc_wiggle computes the GC percentage across the sequences, and returns a file in the UCSC wiggle format, given a fasta file and a window size.

Input

name:type
description
pattern

meta:map

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

]

fasta:file

FASTA file

*.{fasta}

Output

name:type
description
pattern

wig

meta:map

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

]

*.wig.gz:file

GC Wiggle track file

*.{wig.gz}

versions

versions.yml:file

File containing software versions

versions.yml

Tools

sequenzautils
GPL-3.0-or-later

Sequenza-utils provides 3 main command line programs to transform common NGS file format - such as FASTA, BAM - to input files for the Sequenza R package. The program -gc_wiggle- takes fasta file as an input, computes GC percentage across the sequences and returns a file in the UCSC wiggle format.