Skip to content
Snippets Groups Projects
Select Git revision
  • 820bfcea61e00d93d1c73b71e8421763927ecd95
  • master default protected
  • develop protected
  • cmake_boost_refactor
  • ubuntu_ci
  • mmtf
  • non-orthogonal-maps
  • no_boost_filesystem
  • data_viewer
  • 2.11.1
  • 2.11.0
  • 2.10.0
  • 2.9.3
  • 2.9.2
  • 2.9.1
  • 2.9.0
  • 2.8.0
  • 2.7.0
  • 2.6.1
  • 2.6.0
  • 2.6.0-rc4
  • 2.6.0-rc3
  • 2.6.0-rc2
  • 2.6.0-rc
  • 2.5.0
  • 2.5.0-rc2
  • 2.5.0-rc
  • 2.4.0
  • 2.4.0-rc2
29 results

export_map.cc

Blame
  • setup.py NaN GiB
    from setuptools import setup
    setup(
        name = 'CLI',
        url = 'https://git.scicore.unibas.ch/zavolan_group/tools/priming-site-predictor/-/tree/main/CLI',
        author = 'Robin_Christen',
        author_email = 'robin.christen@stud.unibas.ch',
        description = 'Command-Line Interface',
        license = 'MIT,',
        version = '0.1.0',
        packages = ['pycli'],
        entry_points = {
            'console_scripts': [
                'pycli = pycli.__main__:main'
            ]
        })