Metadata-Version: 2.1
Name: deepconsensus
Version: 0.3.1
Summary: DeepConsensus
Home-page: https://github.com/google/deepconsensus
Author: Google LLC
License: UNKNOWN
Description: # Important: Pip install is different for CPU versus GPU
        
        If you're on a GPU machine:
        
        ```bash
        pip install deepconsensus[gpu]==0.3.1
        # To make sure the `deepconsensus` CLI works, set the PATH:
        export PATH="/home/${USER}/.local/bin:${PATH}"
        ```
        
        If you're on a CPU machine:
        
        ```bash
        pip install deepconsensus[cpu]==0.3.1
        # To make sure the `deepconsensus` CLI works, set the PATH:
        export PATH="/home/${USER}/.local/bin:${PATH}"
        ```
        
        ## Documentation, quick start, citation
        
        All other documentation is on GitHub: [https://github.com/google/deepconsensus](https://github.com/google/deepconsensus).
        
Keywords: bioinformatics
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: cpu
Provides-Extra: gpu
