Open Mav-Erick54 opened 1 year ago
Ok. So just to clarify its the same thing for docker images as well right. I don't have to make any other specific changes just because I'm on docker? Thank you so much for your speedy reply.
Anything that changes within a docker container will disappear after the program exits.
Therefore, you need to make a customized database outside of the docker first. for example (https://github.com/linzhi2013/MitoZ/wiki/Installation),
And then specify the database path via the --profiles_dir
parameter, e.g. --profiles_dir ~/mitoz_custom_db/profiles
Thank you so much! Will certainly try this! Thank you once again!
Hello Lin.
I wanted to thank you for making MitoZ. It has certainly helped me out quite a lot and I am thankful. I have a query to ask however. I am using Docker to run my analysis as it takes care of all the dependencies. I wanted to ask that I looked into the databases provided inside, I did find a Platyhelminthes file. I am now trying to run a analysis which belongs to Platyhelminthes, however the there isn't any option for the clade. So is there any way I can run it in docker images for Platyhelminthes samples?