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 | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 19:20:35 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fultra%2Falign/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/ultra/align/blobs/sha256:98418a57120dd653a048186fe2e944147166d072276f5ebe35fd5b684d4e91cf |
| Size | 2.9 KB |
| Checksum | sha256:98418a57120dd653a048186fe2e944147166d072276f5ebe35fd5b684d4e91cf |
| Downloads | 1 |
| Version | Date | Status | Downloads | Size | Diff |
|---|---|---|---|---|---|
| 0.0.0-0c7146d | 08 Apr 2026 19:20:35 (UTC) | 1 | 2.9 KB | - |