Zhengyang Luo

Results 3 issues of Zhengyang Luo

with code: import time import timeout_decorator @timeout_decorator.timeout(3,use_signals=False) def mytest(): time.sleep(5) return 5 mytest() get: Output exceeds the [size limit](command:workbench.action.openSettings?%5B%22notebook.output.textLineLimit%22%5D). Open the full output data [in a text editor](command:workbench.action.openLargeOutput?212a3fb7-56ef-4292-8fa3-b7b8fd5681c1) --------------------------------------------------------------------------- PicklingError...

Using the same sequence to predict the structure. The result from esmfold local has an RMSD of 0.081 with [esmfold server](https://esmatlas.com/resources?action=fold) Just curious if it is normal. Thank you

Can I use Pymol on a remote Linux server **without** GUI installed? My server is Ubuntu 22.04, without any GUI installed. Try to install Pymol via `pip install pymol‑2.5.0a0‑cp37‑cp37m‑win_amd64.whl`, the...