Description

Calculation of optimal P-site offsets, diagnostic analysis and visual inspection of ribosome profiling data

Input

Name (Type)
Description
Pattern

meta (map)

Groovy Map containing sample information
e.g. [ id:'sample1', single_end:false ]

meta2 (map)

Map containing reference information for the reference genome GTF file
e.g. [ id:'Ensembl human v.111' ]

meta3 (map)

Map containing reference information for the reference genome FASTA file
e.g. [ id:'Ensembl human v.111' ]

bam (file)

Transcriptome BAM file

*.{bam}

gtf (file)

GTF file of reference genome

*.{gtf.gz,gtf}

fasta (file)

FASTA file of reference genome

*.{fasta,fa,fasta.gz,fa.gz}

Output

Name (Type)
Description
Pattern

meta (map)

Groovy Map containing sample information
e.g. [ id:'sample1', single_end:false ]

best_offset (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 (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

offset_plot (file)

P-site offset plots for each read length (otional)

offset_plot/*

psites (file)

TSV file containing P-site transcriptomic coordinates and information for each alignment (optional)

*.psite.tsv.gz

codon_coverage_rpf (file)

TSV file with codon-level RPF coverage for each transcript (optional)

*.codon_coverage_rpf.tsv.gz

codon_coverage_psite (file)

TSV file with codon-level P-site coverage for each transcript (optional)

*.codon_coverage_psite.tsv.gz

cds_coverage (file)

TSV file with CDS P-site in-frame counts for each transcript (optional)

*.cds_coverage_psite.tsv.gz

cds_window_coverage (file)

TSV file with CDS P-site in-frame counts for each transcript, excluding P-sites within defined distances to start and stop codons (defined by passing —exclude_start and —exclude_stop with the number of nucleotides) (optional)

*nt_coverage_psite.tsv.gz

ribowaltz_qc (file)

riboWaltz diagnostic plots (optional)

ribowaltz_qc/*

versions (file)

File containing software versions

versions.yml

Tools

ribowaltz
MIT

Calculation of optimal P-site offsets, diagnostic analysis and visual inspection of ribosome profiling data.