Skip to content

Commit

Permalink
added hocomoco to package data
Browse files Browse the repository at this point in the history
  • Loading branch information
AvantiShri committed Jan 22, 2017
1 parent 4321def commit c054f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'download_url': 'https://github.com/kundajelab/simdna',
'version': '0.3',
'packages': ['simdna', 'simdna.resources'],
'package_data': {'simdna.resources': ['encode_motifs.txt.gz']},
'package_data': {'simdna.resources': ['encode_motifs.txt.gz', 'HOCOMOCOv10_HUMAN_mono_homer_format_0.001.motif.gz']},
'setup_requires': [],
'install_requires': ['numpy>=1.9', 'matplotlib', 'scipy'],
'dependency_links': [],
Expand Down

0 comments on commit c054f03

Please sign in to comment.