Skip to content

Commit

Permalink
Add grn multiprocessing script to package CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
cflerin committed Jun 9, 2020
1 parent 321d670 commit 529450f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,13 @@ def read_requirements(fname):
py_modules=[os.path.splitext(os.path.basename(path))[0] for path in glob.glob('src/*.py')],
include_package_data=True,
install_requires=read_requirements('requirements.txt'),
scripts=['src/pyscenic/cli/arboreto_with_multiprocessing.py'],
entry_points = {
'console_scripts': ['pyscenic = pyscenic.cli.pyscenic:main',
'db2feather = pyscenic.cli.db2feather:main',
'csv2loom = pyscenic.cli.csv2loom:main',
'invertdb = pyscenic.cli.invertdb:main',
'gmt2regions = pyscenic.cli.gmt2regions:main'],
}
)
)

File renamed without changes.

0 comments on commit 529450f

Please sign in to comment.