Metadata-Version: 1.1
Name: repDNA
Version: 1.1.4
Summary: a Python package to generate various modes of feature vectors for DNA sequences by incorporating user-defined physicochemical properties and sequence-order effects
Home-page: http://bioinformatics.hitsz.edu.cn/repDNA/
Author: Fule Liu
Author-email: liufule12@gmail.com
License: GPL
Download-URL: http://bioinformatics.hitsz.edu.cn/repDNA/download
Description: repDNA
        ======
        
        
        repDNA is a Python package to generate various modes of feature vectors for DNA sequences by incorporating user-defined physicochemical properties and sequence-order effects.
        
        This repDNA package is open source software made available under GPL license. Please see the LICENSE file for further details.
        
        
        Important links
        ===============
        
        - Home-page: http://bioinformatics.hitsz.edu.cn/repDNA/
        - Official source code repo: https://github.com/liufule12/repDNA
        - Download releases: http://bioinformatics.hitsz.edu.cn/repDNA/download
        - Supplementary (manual and example): http://bioinformatics.hitsz.edu.cn/repDNA/supplementary
        - Issue tracker: https://github.com/liufule12/repDNA/issues
        - Citation: http://bioinformatics.hitsz.edu.cn/repDNA/citation
        
        
        Python Requirements
        ===================
        
        The repDNA was tested to work under Python 2.7, 3.3 and 3.4 on Windows, Mac and Linux.
        
        
        Installation
        ============
        
        If the user had installed **pip** (A tool for installing and managing Python packages), just type:
        
        `pip install repDNA`
        
        Otherwise, download and unzip the repDNA package, go to the directory, and type:
        
        `python setup.py install`
        
        or
        
        `sudo python setup.py install`
Keywords: repDNA,DNA
Platform: MS Windows
Platform: Mac X
Platform: Unix/Linux
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
