nhoffman / bioy

Tools for NGS sequence analysis and bacterial classification
GNU General Public License v3.0
0 stars 0 forks source link

requirements.txt should not have editable sources by default #14

Closed tyleraland closed 10 years ago

tyleraland commented 10 years ago

A production (read: tagged) release of bioy will be downloaded by clinical pipelines which use dev/bootstrap.sh and expect that environments created using this script are static. By leaving the bioy source editable ("-e .") any changes made to the bioy source that originally produced that virtualenv (e.g, deleting the directory) will alter the bioy executable.

So just change "-e ." to "." and place it back in there when doing development.

tyleraland commented 10 years ago

When other proejcts list bioy as a requirement and it is NOT editable in that requirements.txt, the executable it produces won't depend on future edits to the source. So nevermind.