nf-core/tidk/explore @ 0.0.0-be790aa
Summary
tidk explore attempts to find the simple telomeric repeat unit in the genome provided. It will report this repeat in its canonical form (e.g. TTAGG -> AACCT).
Get started
Add the following snippet to your workflow script to include this module.
include { TIDK_EXPLORE } from 'nf-core/tidk/explore'
License
MIT License
Process
Name
|
TIDK_EXPLORE |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
fasta
file
|
The input fasta file *.{fsa,fa,fasta}
|
Output
3 channels
#1
explore_tsv
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.tidk.explore.tsv
file
|
Telomeres and their frequencies in TSV format *.tidk.explore.tsv
|
#2
top_sequence
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.top.sequence.txt
file
|
The most frequent telomere sequence if one or more sequences are identified by the toolkit *.top.sequence.txt
|
#3
versions_tidk
tuple
${task.process}
string
|
The name of the process |
|---|---|
tidk
string
|
The name of the tool |
tidk --version | sed 's/tidk //'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| tidk | tidk is a toolkit to identify and visualise telomeric repeats in genomes | https://github.com/tolkit/telomeric-identifier |
| Version | 0.0.0-be790aa |
|---|---|
| Commit ID | be790aafaa178554b403f862164eb27042f0b35a |
| Release Date | 24 Apr 2026 15:01:05 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Ftidk%2Fexplore/0.0.0-be790aa/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/tidk/explore/blobs/sha256:c22552538a72443f0eaf7473eda5b87671cc63d79e972bb9b5fa95712ec0f21e |
| Size | 2.6 KB |
| Checksum | sha256:c22552538a72443f0eaf7473eda5b87671cc63d79e972bb9b5fa95712ec0f21e |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-be790aa | 24 Apr 2026 15:01:05 (UTC) | 3 | 2.6 KB | |
| 0.0.0-6c4ed3a | 23 Apr 2026 15:49:52 (UTC) | 4 | 2.6 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:34:29 (UTC) | 3 | 2.7 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:43:45 (UTC) | 3 | 2.6 KB |