Closed necrolyte2 closed 9 years ago
I'm positive we had an issue for this before but can't find it now
Database commands are missing during database setup since they are installed during python setup.py install
python setup.py install
I think the database setup portion should be moved to after the python setup.py install
if we move database setup to after setup.py install then we will also want to change the paths to bowtie-build and snap as they will be accessible by just their name
setup.py install
bowtie-build
snap
I'm positive we had an issue for this before but can't find it now
Database commands are missing during database setup since they are installed during
python setup.py install
I think the database setup portion should be moved to after the
python setup.py install