Description

Accurate detection of short and long active ORFs using Ribo-seq data

Input

name:type
description
pattern

meta{:bash}

:map

Map containing riboseq sample information e.g. `[ id:‘sample1’, single_end:false, strandedness: ‘single’ ]

bam{:bash}

:file

BAM/CRAM/SAM file

*.{bam,cram,sam}

bai{:bash}

:file

Index for sorted BAM/CRAM/SAM file

*.{bai}

meta2{:bash}

:map

Map containing reference information for the candidate ORFs e.g. [ id:'Ensembl human v.111' ]

candidate_orfs{:bash}

:file

TSV file with candidate ORFs from ‘ribotricer prepareorfs’

*.tsv

Output

name:type
description
pattern

protocol{:bash}

meta{:bash}

:map

Groovy Map containing riboseq sample information e.g. `[ id:‘sample1’, single_end:false ]

*_protocol.txt{:bash}

:file

txt file containing inferred protocol if it was inferred (not supplied as input)

*_protocol.txt

bam_summary{:bash}

meta{:bash}

:map

Groovy Map containing riboseq sample information e.g. `[ id:‘sample1’, single_end:false ]

*_bam_summary.txt{:bash}

:file

Text summary of reads found in the BAM

*_bam_summary.txt

read_length_dist{:bash}

meta{:bash}

:map

Groovy Map containing riboseq sample information e.g. `[ id:‘sample1’, single_end:false ]

*_read_length_dist.pdf{:bash}

:file

PDF-format read length distribution as quality control

*_read_length_dist.pdf

metagene_profile_5p{:bash}

meta{:bash}

:map

Groovy Map containing riboseq sample information e.g. `[ id:‘sample1’, single_end:false ]

*_metagene_profiles_5p.tsv{:bash}

:file

Metagene profile aligning with the start codon

*_metagene_profiles_5p.tsv

metagene_profile_3p{:bash}

meta{:bash}

:map

Groovy Map containing riboseq sample information e.g. `[ id:‘sample1’, single_end:false ]

*_metagene_profiles_3p.tsv{:bash}

:file

Metagene profile aligning with the stop codon

*_metagene_profiles_3p.tsv

metagene_plots{:bash}

meta{:bash}

:map

Groovy Map containing riboseq sample information e.g. `[ id:‘sample1’, single_end:false ]

*_metagene_plots.pdf{:bash}

:file

Metagene plots for quality control

*_metagene_plots.pdf

psite_offsets{:bash}

meta{:bash}

:map

Groovy Map containing riboseq sample information e.g. `[ id:‘sample1’, single_end:false ]

*_psite_offsets.txt{:bash}

:file

“If the P-site offsets are not provided, txt file containing the derived relative offsets”

*_psite_offsets.txt

pos_wig{:bash}

meta{:bash}

:map

Groovy Map containing riboseq sample information e.g. `[ id:‘sample1’, single_end:false ]

*_pos.wig{:bash}

:file

Positive strand WIG file for visualization in Genome Browser

*_pos.wig

neg_wig{:bash}

meta{:bash}

:map

Groovy Map containing riboseq sample information e.g. `[ id:‘sample1’, single_end:false ]

*_neg.wig{:bash}

:file

Negative strand WIG file for visualization in Genome Browser

*_neg.wig

orfs{:bash}

meta{:bash}

:map

Groovy Map containing riboseq sample information e.g. `[ id:‘sample1’, single_end:false ]

*_translating_ORFs.tsv{:bash}

:file

“TSV with ORFs assessed as translating in this BAM file. You can output all ORFs regardless of the translation status with option —report_all”

*_translating_ORFs.tsv

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

Tools

ribotricer
GNU General Public v3 (GPL v3)

Python package to detect translating ORF from Ribo-seq data