Metadata-Version: 2.1
Name: daruma
Version: 0.2.0
Summary: UNKNOWN
Home-page: UNKNOWN
License: UNKNOWN
Description: # Disorder order clAssifier by Rapid and User-friendly Machine, DARUMA
        
        ## Installation
        ### Install package
            pip install daruma
        
        
        ## USAGE
        ### Command Line Execution
            daruma [SEQUENCE FILE] -o [OUTPUT FILE]
        
        SEQUENCE FILE : Path to fasta formatted file(supports both multi-fasta and single-fasta).
        
        ### Script Execution
        ```python=
        import daruma
        
        pred = daruma.predict( seq )
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
