nf-core/seqtk/cutn @ 0.0.0-0c7146d
Summary
Generates a BED file containing genomic locations of lengths of N.
Get started
Add the following snippet to your workflow script to include this module.
include { SEQTK_CUTN } from 'nf-core/seqtk/cutn'
License
MIT License
Process
Name
|
SEQTK_CUTN |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fasta
file
|
A single fasta file to be split. *.{fasta}
|
Output
2 channels
#1
bed
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.bed
file
|
The output bed which summarised locations of cuts *.{bed}
|
#2
versions_seqtk
tuple
${task.process}
string
|
The name of the process |
|---|---|
seqtk
string
|
The name of the tool |
seqtk 2>&1 | sed -n 's/^Version: //p'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| seqtk | Seqtk is a fast and lightweight tool for processing sequences in the FASTA or FASTQ format. Seqtk mergepe command merges pair-end reads into one interleaved file. | https://github.com/lh3/seqtk |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 08 Apr 2026 19:37:02 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fseqtk%2Fcutn/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/seqtk/cutn/blobs/sha256:c5ef24dcd1f9f2ab7c85819fbf609137ac26344039fca343874cb51956419c2f |
| Size | 2.3 KB |
| Checksum | sha256:c5ef24dcd1f9f2ab7c85819fbf609137ac26344039fca343874cb51956419c2f |
| Downloads | 4 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:44:45 (UTC) | 3 | 2.3 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:30:39 (UTC) | 3 | 2.3 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:37:02 (UTC) | 4 | 2.3 KB |