nf-core/miniprot/align @ 0.0.0-6c4ed3a
Summary
A versatile pairwise aligner for genomic and spliced nucleotide sequences
Get started
Add the following snippet to your workflow script to include this module.
include { MINIPROT_ALIGN } from 'nf-core/miniprot/align'
License
MIT License
Process
Name
|
MINIPROT_ALIGN |
|---|
Input
2 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
pep
file
|
a fasta file contains one or multiple protein sequences |
#2
tuple
meta2
map
|
Groovy Map containing reference information |
|---|---|
ref
file
|
Reference database in FASTA format or miniprot index format. |
Output
3 channels
#1
gff
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.gff
file
|
Alignment in gff format *.gff
|
#2
paf
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.paf
file
|
Alignment in PAF format *.paf
|
#3
versions_miniprot
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
miniprot
string
|
The tool name |
miniprot --version
eval
|
The command used to generate the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| miniprot | A versatile pairwise aligner for genomic and protein sequences. | https://github.com/lh3/miniprot |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:30:43 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fminiprot%2Falign/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/miniprot/align/blobs/sha256:ede483166c2a943e6a6849844d29e22f2f64b4d008437adebb2f7f62382fde61 |
| Size | 2.5 KB |
| Checksum | sha256:ede483166c2a943e6a6849844d29e22f2f64b4d008437adebb2f7f62382fde61 |
| Downloads | 5 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:30:43 (UTC) | 5 | 2.5 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:21:56 (UTC) | 3 | 2.6 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:18:06 (UTC) | 3 | 2.5 KB |