Metadata-Version: 2.1
Name: go-stats
Version: 1.1
Summary: Python Library to generate statistics on a Gene Ontology (GO) release
Home-page: https://github.com/geneontology/go-stats
Author: Laurent-Philippe Albou
Author-email: laurent.albou@lbl.gov
License: UNKNOWN
Description: # go-stats python tool
        
        Generate statistics for a GO release based on a GOLr instance
        
        ## Install
        > pip install -r requirements.txt
        
        ## Command line
        > python go-stats.py -g <golr_url> -o <output_file>
        
        Note: current GOLr instance is [http://golr-aux.geneontology.io/solr/](http://golr-aux.geneontology.io/solr/)
Keywords: GO,stats,GOLR,statistics,Gene Ontology
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
