nf-core/sequenzautils/gcwiggle @ 0.0.0-6c4ed3a
Summary
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.
Get started
Add the following snippet to your workflow script to include this module.
include { SEQUENZAUTILS_GCWIGGLE } from 'nf-core/sequenzautils/gcwiggle'
License
MIT License
Process
Name
|
SEQUENZAUTILS_GCWIGGLE |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fasta
file
|
FASTA file *.{fasta}
|
Output
2 channels
#1
wig
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.wig.gz
file
|
GC Wiggle track file *.{wig.gz}
|
#2
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
| Tool | Description | Homepage |
|---|---|---|
| sequenzautils | 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. | https://sequenza-utils.readthedocs.io/en/latest/index.html |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:44:58 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fsequenzautils%2Fgcwiggle/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/sequenzautils/gcwiggle/blobs/sha256:86eafc2db3b365544be447325187c2a7319385b489b5eb6bbfa607155384abfb |
| Size | 2.4 KB |
| Checksum | sha256:86eafc2db3b365544be447325187c2a7319385b489b5eb6bbfa607155384abfb |
| Downloads | 4 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:44:58 (UTC) | 4 | 2.4 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:30:51 (UTC) | 4 | 2.5 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:37:20 (UTC) | 3 | 2.4 KB |