Skip to content

Commit

Permalink
Correct new chisel commands
Browse files Browse the repository at this point in the history
  • Loading branch information
simozacca committed Jul 14, 2020
1 parent a920e7e commit c61ed94
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
version='0.1',
python_requires='<3',
scripts=['bin/chisel.py',
'bin/chisel-calling.py',
'bin/chisel-cloning.py',
'bin/chisel-plotting.py',
'bin/chisel-pseudonormal.py'],
'bin/chisel_calling.py',
'bin/chisel_cloning.py',
'bin/chisel_plotting.py',
'bin/chisel_pseudonormal.py'],
author='Simone Zaccaria',
author_email='[email protected]',
description='Copy-number Haplotype Inference in Single-cell by Evolutionary Links',
Expand Down Expand Up @@ -49,8 +49,8 @@
'DNA',
'copy-number'],
entry_points={'console_scripts': ['chisel=bin.chisel:main',
'chiselcalling=bin.chisel_calling:main',
'chisel-cloning=bin.chisel_cloning:main',
'chisel-plotting=bin.chisel_plotting:main',
'chisel-pseudonormal=bin.chisel_pseudonormal:main']}
'chisel_calling=bin.chisel_calling:main',
'chisel_cloning=bin.chisel_cloning:main',
'chisel_plotting=bin.chisel_plotting:main',
'chisel_pseudonormal=bin.chisel_pseudonormal:main']}
)

0 comments on commit c61ed94

Please sign in to comment.