nf-core/telescope/assign @ 0.0.0-6c4ed3a
Summary
The telescope assign program finds overlapping reads between an alignment (SAM/BAM) and an annotation (GTF) then reassigns reads using a statistical model.
Get started
Add the following snippet to your workflow script to include this module.
include { TELESCOPE_ASSIGN } from 'nf-core/telescope/assign'
License
MIT License
Name
|
TELESCOPE_ASSIGN |
|---|
meta_bam
map
|
Groovy Map containing sample information e.g. |
|---|---|
bam
file
|
Sorted BAM/CRAM/SAM file, File must be collated so that all alignments for a read pair appear sequentially in the file *.{bam,sam}
|
meta_gtf
map
|
Groovy Map containing sample information e.g. |
|---|---|
gtf
file
|
Annotation file which includes TE loci. *.{gtf}
|
bam
tuple
meta_bam
map
|
Groovy Map containing sample information e.g. |
|---|---|
*{updated,other}.bam
file
|
The updated SAM file contains those fragments that has at least 1 initial alignment to a transposable element. *{updated,other}.bam
|
log
tuple
meta_bam
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.log
file
|
Log file for telescope run output. *.log
|
sam
tuple
meta_bam
map
|
Groovy Map containing sample information e.g. |
|---|---|
*{updated,other}.sam
file
|
The updated SAM file contains those fragments that has at least 1 initial alignment to a transposable element. *{updated,other}.bam
|
tsv
tuple
meta_bam
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.tsv
file
|
Statistical report associated with the run *.tsv
|
versions_telescope
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
telescope
string
|
The tool name |
telescope --version | sed '1!d;s/.* //'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| telescope | Single locus resolution of Transposable ELEment expression | https://github.com/mlbendall/telescope |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:49:39 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Ftelescope%2Fassign/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/telescope/assign/blobs/sha256:b6ca843834027cd3a17e54bd34d6be682e7857acb4251675a86356932848e59c |
| Size | 3.0 KB |
| Checksum | sha256:b6ca843834027cd3a17e54bd34d6be682e7857acb4251675a86356932848e59c |
| Downloads | 2 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:49:39 (UTC) | 2 | 3.0 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:43:27 (UTC) | 1 | 3.0 KB |