Metadata-Version: 2.1
Name: gsport
Version: 1.6.2
Summary: GSPORT download tool for GenomeScan data from customer portal in command-line interface
Home-page: https://github.com/genomescan/gsport.git
Author: Niels de Water
Author-email: n.dewater@genomescan.nl
License: UNKNOWN
Description: - On Debian/Ubuntu:
        
        sudo apt install python-venv
        
        cd gsport
        
        python3 -m venv env
        
        . env/bin/activate
        
        pip install -r requirements.txt
        
        python gsport.py [options]
        
        - On Windows:
        
        pip install virtualenv
        
        cd gsport
        
        virtualenv env
        
        env\Scripts\activate.bat
        
        pip install -r requirements.txt
        
        python gsport.py [options]
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
