sh-miR / designer

sh-miR Designer is a software aimed for fast and efficient design of effective RNA interference (RNAi) reagents - sh-miRs, also known as artificial miRNAs.
6 stars 4 forks source link

Installing pip package in develop mode on every run #96

Closed nhlfr closed 9 years ago

nhlfr commented 9 years ago

sh-miR designer is usually ran in Docker container with volume mounted from host, to upgrade the code without rebuilding containers. Directory on host doesn't contain egg files which are created on pip installation, therefore we have to install package on every run.

nhlfr commented 9 years ago

@Nozdi let me know whether it works for you