×

nf-core/bedtools/maskfasta @ 0.0.0-6c4ed3a

masks sequences in a FASTA file based on intervals defined in a feature file.

Latest version: 0.0.0-6c4ed3a
Total downloads: 9
Source: nf-core/modules
Maintainers: @joseespinosa @drpatelh

Summary

masks sequences in a FASTA file based on intervals defined in a feature file.

Get started

Add the following snippet to your workflow script to include this module.

include { BEDTOOLS_MASKFASTA } from 'nf-core/bedtools/maskfasta'

License

MIT License

Process
Name BEDTOOLS_MASKFASTA
Input 2 channels
#1 tuple
meta map

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

bed file

Bed feature file

*.{bed}
fasta file

Input fasta file

*.{fa,fasta}
Output 2 channels
#1 fasta tuple
meta map

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

*.fa file

Output masked fasta file

*.{fa}
#2 versions_bedtools tuple
${task.process} string

The name of the process

bedtools string

The name of the tool

bedtools --version | sed -e 's/bedtools v//g' eval

The expression to obtain the version of the tool

Tool Description Homepage
bedtools A set of tools for genomic analysis tasks, specifically enabling genome arithmetic (merge, count, complement) on various file types. n/a
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:05:44 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fbedtools%2Fmaskfasta/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/bedtools/maskfasta/blobs/sha256:700045d1fc0bde5caa5a03414c53fe5b5c3967f5a39540b55507cc53771d5e06
Size 2.2 KB
Checksum sha256:700045d1fc0bde5caa5a03414c53fe5b5c3967f5a39540b55507cc53771d5e06
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:05:44 (UTC) 3 2.2 KB
0.0.0-3fc6d40 22 Apr 2026 15:03:48 (UTC) 3 2.2 KB
0.0.0-0c7146d 08 Apr 2026 18:47:07 (UTC) 3 2.2 KB