motu-tool / mOTUs

motus - a tool for marker gene-based OTU (mOTU) profiling
GNU General Public License v3.0
144 stars 24 forks source link

I want to know where the database is downloaded and installed. #96

Closed luozhy88 closed 1 year ago

luozhy88 commented 1 year ago

I want to know where the database is downloaded and installed. image

hjruscheweyh commented 1 year ago

Hi @luozhy88

mOTUs is installed as a python package into one of the site-packages folders - The exact location depends on the exact pip command. The database is in the subfolder of the mOTUs package folder.

Here is the command to find the location of the site-packages

python -m site

Best, Hans

luozhy88 commented 1 year ago

good,Thanks!