nf-core/gedi/price @ 0.0.0-eac429d
Summary
Identify translated ORFs from Ribo-seq BAMs using the PRICE algorithm
Get started
Add the following snippet to your workflow script to include this module.
include { GEDI_PRICE } from 'nf-core/gedi/price'
License
MIT License
Name
|
GEDI_PRICE |
|---|
meta
map
|
Groovy Map identifying the cohort of Ribo-seq BAMs analysed together. PRICE is run jointly across all BAMs in this tuple. e.g. |
|---|---|
bams
file
|
One or more sorted Ribo-seq BAM files. Staged under *.{bam}
|
bais
file
|
Index files matching the input BAMs. *.{bai}
|
meta2
map
|
Groovy Map containing reference information. |
|---|---|
index
directory
|
GEDI genome index directory produced by GEDI_INDEXGENOME. price_index
|
model
tuple
meta
map
|
Groovy Map identifying the analysed cohort. |
|---|---|
${prefix}.model
file
|
PRICE model parameters fit during the run. *.model
|
param
tuple
meta
map
|
Groovy Map identifying the analysed cohort. |
|---|---|
${prefix}.param
file
|
PRICE run parameters file. *.param
|
signal
tuple
meta
map
|
Groovy Map identifying the analysed cohort. |
|---|---|
${prefix}.signal.tsv
file
|
Tab-delimited per-position signal summary. *.signal.tsv
|
orfs_cit
tuple
meta
map
|
Groovy Map identifying the analysed cohort. |
|---|---|
${prefix}.orfs.cit
file
|
GEDI binary CIT file of called ORFs. *.orfs.cit
|
orfs_tsv
tuple
meta
map
|
Groovy Map identifying the analysed cohort. |
|---|---|
${prefix}.orfs.tsv
file
|
Tab-delimited table of predicted translated ORFs with start codon, location, p-value and supporting read counts. *.orfs.tsv
|
codons_cit
tuple
meta
map
|
Groovy Map identifying the analysed cohort. |
|---|---|
${prefix}.codons.cit
file
|
GEDI binary CIT file of per-codon signal. *.codons.cit
|
orfs_metadata
tuple
meta
map
|
Groovy Map identifying the analysed cohort. |
|---|---|
${prefix}.orfs.cit.metadata.json
file
|
JSON metadata accompanying the ORF CIT file. *.orfs.cit.metadata.json
|
versions_gedi
tuple
${task.process}
string
|
The name of the process |
|---|---|
gedi
string
|
The name of the tool |
gedi -e Version 2>&1 | sed -n 's/.*Gedi version \([^ ]*\).*/\1/p' | head -n 1
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| gedi | Gedi is a Java software platform for working with genomic data (sequencing reads, sequences, per-base numeric values, annotations). It provides the PRICE algorithm (Probabilistic Inference of Codon Activities by an EM algorithm) for ribosome profiling ORF discovery with near-cognate start codon detection. | https://github.com/erhard-lab/gedi |
| Version | 0.0.0-eac429d |
|---|---|
| Commit ID | eac429d4c67ac5114ce7d4287d460d8f05fd9fab |