Metadata-Version: 1.1
Name: mymetal
Version: 1.0.9
Summary: MeBiPred
Home-page: UNKNOWN
Author: Ariel Aptekmann
Author-email: <arielaptekmann@gmail.com>
License: UNKNOWN
Description: ##Metal Binding Predictor, using neural network
        
        #A simple way to test:
        
        from mymetal import mbp
        
        mbp.predict('fasta_file')
        
        This will return a list, first 3 lines are a summary of the hits and the rest are predictions for each protein supplied.
        
        -----------
        
        In case you wish to output a CSV file:
        
        from mymetal import mbp,iof
        
        a = mbp.predict('fasta_file')
        iof.save_out_csv(a,'out_filename.csv')
Keywords: python,metal binding prediction package
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
