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
atac/scbasset.ipynb & atac/scbasset_batch.ipynb used to run on Berkeley workstations, and it is also working running it locally, but it is not working now from WIS workstations due to some connectivity issues with UCSC.
For now we can upload running it localy
File ~/.conda/envs/scvi/lib/python3.11/site-packages/mysql/connector/connection_cext.py:339, in CMySQLConnection._open_connection(self)
337self.converter.str_fallback =self._converter_str_fallback
338except MySQLInterfaceError as err:
--> 339 raise get_mysql_exception(
340 msg=err.msg, errno=err.errno, sqlstate=err.sqlstate
341 ) from err
343self._do_handshake()
345if (
346notself._ssl_disabled
347andhasattr(self._cmysql, "get_ssl_cipher")
(...)
352353# `get_ssl_cipher()` returns the name of the cipher being used.DatabaseError: 2003 (HY000): Can't connect to MySQL server on 'genome-mysql.soe.ucsc.edu:3306' (110)
Versions:
1.2
The text was updated successfully, but these errors were encountered:
atac/scbasset.ipynb & atac/scbasset_batch.ipynb used to run on Berkeley workstations, and it is also working running it locally, but it is not working now from WIS workstations due to some connectivity issues with UCSC.
For now we can upload running it localy
Versions:
1.2
The text was updated successfully, but these errors were encountered: