nf-core/telogator2 @ 0.0.0-6c4ed3a
Summary
Allele-specific telomere length estimation and TVR characterization from long reads
Get started
Add the following snippet to your workflow script to include this module.
include { TELOGATOR2 } from 'nf-core/telogator2'
License
MIT License
Name
|
TELOGATOR2 |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
reads
file
|
BAM or CRAM file of long reads (PacBio or ONT) *.{bam,cram}
|
reads_index
file
|
Index file for the input BAM/CRAM *.{bai,crai}
|
meta2
map
|
Groovy Map containing reference information e.g. [ id:'genome' ] |
|---|---|
fasta
file
|
Optional reference genome FASTA file *.{fa,fasta,fa.gz}
|
fai
file
|
Optional FASTA index file *.fai
|
cmd
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}/qc/cmd.txt
file
|
Text file recording the telogator2 command that was run */qc/cmd.txt
|
rng
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}/qc/rng.txt
file
|
Text file recording the random seed used */qc/rng.txt
|
plots
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}/*.png
file
|
PNG plots including allele visualizations and violin plots */*.png
|
stats
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}/qc/stats.txt
file
|
Text file with QC statistics including read counts and telomere read filtering */qc/stats.txt
|
tlens
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}/tlens_by_allele.tsv
file
|
TSV file with telomere length estimates per allele */tlens_by_allele.tsv
|
readlens
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}/qc/readlens.npz
file
|
Numpy compressed array of read length data */qc/readlens.npz
|
qc_readlens
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}/qc/qc_readlens.png
file
|
PNG plot of read length distribution */qc/qc_readlens.png
|
versions_telogator2
tuple
${task.process}
string
|
The name of the process |
|---|---|
telogator2
string
|
The name of the tool |
telogator2 --version | sed 's/telogator2 //'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| telogator2 | A method for measuring allele-specific TL and characterizing telomere variant repeat (TVR) sequences from long reads | https://github.com/zstephens/telogator2 |
| Version | 0.0.0-6c4ed3a |
|---|