Skip to content

Commit

Permalink
rename software
Browse files Browse the repository at this point in the history
  • Loading branch information
cchlanger committed Jun 9, 2020
1 parent 18170ad commit 522f130
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Use our docker container:
singularity run docker://gerlichlab/mmhic:release-1.1

Run to see possible parameters:
use_OnTAD --help
cooler_ontad --help
Run example:
use_OnTAD.py testdata/G2.fc_1_2.wOldG2.cis.1000.mcool
cooler_ontad.py testdata/G2.fc_1_2.wOldG2.cis.1000.mcool

6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from setuptools import setup

setup(
name='use_ontad',
name='cooler_ontad',
version='0.1',
py_modules=['use_ontad'],
py_modules=['cooler_ontad'],
install_requires=[
'click',
'bioframe',
Expand All @@ -13,6 +13,6 @@
],
entry_points='''
[console_scripts]
use_ontad=use_ontad:main
cooler_ontad=cooler_ontad:main
''',
)

0 comments on commit 522f130

Please sign in to comment.