nf-core/fastawindows @ 0.0.0-6c4ed3a
Summary
Quickly compute statistics over a fasta file in windows.
Get started
Add the following snippet to your workflow script to include this module.
include { FASTAWINDOWS } from 'nf-core/fastawindows'
License
MIT License
Name
|
FASTAWINDOWS |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fasta
file
|
FASTA file *.{fa,fasta,fna}
|
freq
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fw_out/*_freq_windows.tsv
file
|
TSV file with frequencies and statistics *.{tsv}
|
dinuc
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fw_out/*_dinuc_windows.tsv
file
|
TSV file with dinucleotide counts *.{tsv}
|
trinuc
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fw_out/*_trinuc_windows.tsv
file
|
TSV file with trinucleotide counts *.{tsv}
|
mononuc
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fw_out/*_mononuc_windows.tsv
file
|
TSV file with mononucleotide counts *.{tsv}
|
tetranuc
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fw_out/*_tetranuc_windows.tsv
file
|
TSV file with tetranucleotide counts *.{tsv}
|
versions_fasta_windows
tuple
${task.process}
string
|
The name of the process |
|---|---|
fasta_windows
string
|
The name of the tool |
fasta_windows --version | cut -d" " -f3
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| fastawindows | fasta_windows is a tool written for Darwin Tree of Life chromosomal level genome assemblies. The executable takes a fasta formatted file and calculates some statistics of interest in windows | https://github.com/tolkit/fasta_windows |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:15:27 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Ffastawindows/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/fastawindows/blobs/sha256:bfaa8ed1df485125008db8ef3375a7d50671b92bb58a8fa12347f4eec0e09885 |
| Size | 2.6 KB |
| Checksum | sha256:bfaa8ed1df485125008db8ef3375a7d50671b92bb58a8fa12347f4eec0e09885 |
| Downloads | 4 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:15:27 (UTC) | 4 | 2.6 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:11:21 (UTC) | 4 | 2.6 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:59:20 (UTC) |