nf-core/ultra/align @ 0.0.0-0c7146d
Summary
uLTRA aligner - A wrapper around minimap2 to improve small exon detection - Map reads on genome
Get started
Add the following snippet to your workflow script to include this module.
include { ULTRA_ALIGN } from 'nf-core/ultra/align'
License
MIT License
Process
Name
|
ULTRA_ALIGN |
|---|
Input
3 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
reads
file
|
A fasta or fastq file of reads to align *.{fa,fasta,fastq}
|
#2
tuple
meta2
map
|
Groovy Map containing genome information e.g. [ id:'test' ] |
|---|---|
genome
file
|
A fasta file of reference genome *.{fa,fasta}
|
#3
tuple
meta3
map
|
Groovy Map containing genome information e.g. [ id:'test' ] |
|---|---|
pickle
file
|
Pickle files generated by uLTRA index *.pickle
|
db
file
|
Database generated by uLTRA index *.db
|
Output
2 channels
#1
bam
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.bam
file
|
The aligned reads in bam format *.bam
|
#2
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
| Tool | Description | Homepage |
|---|---|---|
| ultra | Splice aligner of long transcriptomic reads to genome. | https://github.com/ksahlin/uLTRA |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 08 Apr 2026 19:44:45 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fultra%2Falign/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/ultra/align/blobs/sha256:2653fe89c7f77d8b7b44685ab822c82f40029bc313a811dfecfd6e1256f99fb7 |
| Size | 3.0 KB |
| Checksum | sha256:2653fe89c7f77d8b7b44685ab822c82f40029bc313a811dfecfd6e1256f99fb7 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:50:33 (UTC) | 4 | 2.9 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:35:08 (UTC) | 3 | 3.0 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:44:45 (UTC) | 3 | 3.0 KB |