×

nf-core/fastawindows @ 0.0.0-6c4ed3a

Quickly compute statistics over a fasta file in windows.

Latest version: 0.0.0-6c4ed3a
Total downloads: 11
Source: nf-core/modules
Authors: @muffato
Maintainers: @muffato

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

Process
Name FASTAWINDOWS
Input 1 channel
#1 tuple
meta map

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

fasta file

FASTA file

*.{fa,fasta,fna}
Output 6 channels
#1 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}
#2 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}
#3 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}
#4 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}
#5 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}
#6 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)