bebatut / PylProtPredictor

Prediction of PYL proteins
http://bebatut.fr/PylProtPredictor/
Apache License 2.0
0 stars 0 forks source link

Detection of pyrrolysine proteins

CircleCI codecov DOI

Context

Pyrrolysine is an amino acid that is used in the biosynthesis of proteins in some methanogenic archaea and bacterium. It is encoded in mRNA by the UAG codon, which in most organisms is the 'amber' stop codon.

Some methanogenic archaea and bacterium have the pylT gene, which encodes an unusual transfer RNA (tRNA) with a CUA anticodon, and the pylS gene, which encodes a class II aminoacyl-tRNA synthetase that charges the pylT-derived tRNA with pyrrolysine. In some proteins, the UAG codon can then code for pyrrolysine, and no more for a STOP codon.

These proteins are difficult to identify. Indeed, in CDS prediction, UAG codons are seen as STOP codons. The predicted CDS are then cut when the first UAG codon is found.

Here, we propose a solution to detect proteins using Pyrrolisine amino acid. Have a look to the scheme explaining how the tool is working.

Installation

Requirements

The following software are required:

Install the tool

Usage

$ source activate PylProtPredictor # once to activate the conda environment
$ pylprotpredictor --help
usage: pylprotpredictor [-h] --genome GENOME --output OUTPUT
                        [--reference_fasta_db REFERENCE_FASTA_DB]
                        [--reference_dmnd_db REFERENCE_DMND_DB]

PylProtPredictor Pipeline

optional arguments:
  -h, --help            show this help message and exit
  --genome GENOME       path to a FASTA file with full or contig sequences of
                        a genome to analyze
  --output OUTPUT       path to the output directory
  --reference_fasta_db REFERENCE_FASTA_DB
                        path to FASTA file with reference database
  --reference_dmnd_db REFERENCE_DMND_DB
                        path to Diamond formatted file with reference database

To exit the environment, you can execute

$ source deactivate

But don't do that before running the analysis.

Database setup

The first run will be long: the reference database should be downloaded and prepare for the similarity search.

If you already have the Uniref90 database on your machine, you can simply link it when running the main script.

Otherwise, the pipeline will download and format it. Make sure you have at least 25GB available for the reference database. It can take several hours, depending on your connection.

Support & Bug Reports

You can file a GitHub issue.

Contributing

First off, thanks for taking the time to contribute!

Tests

The code is covered by tests. They are run automatically on CircleCI but we also recommend to run them locally before pushing to GitHub with:

$ make test

Any added code should be covered by new tests.

Documentation

Documentation about ENASearch is available online at http://bebatut.fr/PylProtPredictor

To update it:

Contributors

Citation

You can cite the latest release on Zenodo