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
Updated to reflect the actual error encountered. Got the other ones resolved, but this is the one that showed once and is now the final issue with the way mafft's call is set up.
Bug Description
mafft
stdout/stderr implementation does not work in a Jupyterhub deployment.Screenshots
Comments
Changing to
subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE...)
resolves the issue.The text was updated successfully, but these errors were encountered: