Metadata-Version: 2.1
Name: RiBoSor
Version: 1.0
Summary: Creates overlapping reading frames within an existing gene
Home-page: https://github.com/afrenoy/RiBoSor
Author: Antoine Frenoy
Author-email: antoine.frenoy@pasteur.fr
License: UNKNOWN
Description: The RiBoSor is a tool to create overlapping reading frames within an existing gene.
        
        # Principle
        
        Creation of a new reading frame is achieved using codon redundancy in the genetic code, so the function of the original gene is preserved.
        
        Such overlapping reading frame permits to initiate the translation of two proteins in the same sequence.
        
        # Usage
        
        ## Basic
        
        `./ribosor.py input.fasta` will treat separately all gene sequences present in the input fasta file. The program will create a directory `input`, and one sub-directory per input sequence.
        
        ## Advanced
        
        Full documentation is available with `./ribosor.py -h`
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Description-Content-Type: text/markdown
