You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that several of the methods in qiime-deploy use os.chdir() which is not threading safe. That means that on a slow machine a lot of deployments fail just due to not being in their respective directory.
I have noticed that several of the methods in qiime-deploy use os.chdir() which is not threading safe. That means that on a slow machine a lot of deployments fail just due to not being in their respective directory.