Metadata-Version: 2.1
Name: infogenomics
Version: 0.2
Summary: Advanced framework for the informational genomics in python3
Home-page: https://github.com/MassimilianoLoss/Frmw_4_Informational_genomics.git
Author: Vincenzo Bonnici, Massimiliano Loss
Author-email: vincenzo.bonnici@univr.it, massimiliano.loss@studenti.univr.it
License: UNKNOWN
Description: # Advanced framework for informational genomics in python3
        
        This library collects a list of useful methods to solve informational genomic problems.
        Please use the command "pip install genomics" to install the library. 
        To use the library you have to type import genomics in the python3 shell and then you can use all the methods typing genomics.methodName.
        Use dir(genomics) to have a list of all the methods of the library and use the function "help(method)" for a detailed description.
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
