pyGeno icon indicating copy to clipboard operation
pyGeno copied to clipboard

printDatawraps fails when using setup.py install

Open feghalya opened this issue 5 years ago • 1 comments

The directory containing pyGeno's datawraps (bootstrap_data) doesn't get copied automatically when installing with 'python setup.py install' (in opposition to 'develop') or when installing with pip.

feghalya avatar Mar 09 '20 19:03 feghalya

The boostrap module is a legacy submodule. We should probably remove it and have datawraps hosted remotely (ex: on github). Something that was less convenient to do when pyGeno started. That would make the distribution lighter and would allow for a larger number of datawraps.

tariqdaouda avatar Mar 31 '20 19:03 tariqdaouda