nf-core/ribowaltz @ 0.0.0-6c4ed3a
Summary
Calculation of optimal P-site offsets, diagnostic analysis and visual inspection of ribosome profiling data
Get started
Add the following snippet to your workflow script to include this module.
include { RIBOWALTZ } from 'nf-core/ribowaltz'
License
MIT License
Name
|
RIBOWALTZ |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
bam
file
|
Transcriptome BAM file *.{bam}
|
meta2
map
|
Map containing reference information for the reference genome GTF file e.g. |
|---|---|
gtf
file
|
GTF file of reference genome *.{gtf.gz,gtf}
|
meta3
map
|
Map containing reference information for the reference genome FASTA file e.g. |
|---|---|
fasta
file
|
FASTA file of reference genome *.{fasta,fa,fasta.gz,fa.gz}
|
offset
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.psite_offset.tsv{,.gz}
file
|
TSV file containing P-site offsets for each read length (optional, in case no offsets could be determined, usually because no reads pass filtering criteria) *.psite_offset.tsv.gz
|
psites
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.psite.tsv{,.gz}
file
|
TSV file containing P-site transcriptomic coordinates and information for each alignment (optional) *.psite.tsv.gz
|
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
best_offset
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.best_offset.txt
file
|
Text file with the extremity used for the offset correction step and the best offset for each sample (optional, in case no offsets could be determined, usually because no reads pass filtering criteria) *.best_offset.txt
|
offset_plot
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
offset_plot/*
file
|
P-site offset plots for each read length (optional) offset_plot/*
|
cds_coverage
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.cds_coverage_psite.tsv{,.gz}
file
|
TSV file with CDS P-site in-frame counts for each transcript (optional) *.cds_coverage_psite.tsv.gz
|
ribowaltz_qc
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
ribowaltz_qc/*.pdf
file
|
riboWaltz diagnostic plots (optional) ribowaltz_qc/*
|
ribowaltz_qc_data
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
ribowaltz_qc/*.tsv
file
|
TSV files containing data underlying riboWaltz QC plots including read length distribution, read length bins for P-site offset identification, ends heatmap, codon usage, P-site region distribution, frame distribution, frame distribution stratified by read length, and metaprofile P-site frequency around start/stop codons (optional) ribowaltz_qc/*.tsv
|
codon_coverage_rpf
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.codon_coverage_rpf.tsv{,.gz}
file
|
TSV file with codon-level RPF coverage for each transcript (optional) *.codon_coverage_rpf.tsv.gz
|
cds_window_coverage
tuple