Chun-Jie Liu

Results 10 comments of Chun-Jie Liu

``` alias proxy='export socks5_proxy=socks5://127.0.0.1:1086;export http_proxy=http://127.0.0.1:1087;export https_proxy=http://127.0.0.1:1087;' alias unproxy='unset socks5_proxy http_proxy https_proxy' ``` 这样可以把socks5和http以及https全都代理。

SFTP: List can't list the symbol link on the remote server. Often, the data and GitHub dir is on the other place as a soft link in home dir. It...

@hmkim I continue the break point to run it again, it works now. What part of process takes long idle time in your instance? what makes the long idle time?...

The error occurs again, I read this [thread](https://gatkforums.broadinstitute.org/wdl/discussion/9436/error-running-cromwell-27-snap-build-from-master), and configure the local mysql database rather in-memory database.

@geoffjentry Not really solved. The pipeline could be terminated by the same error, i just extract the samples that are not processed and run it again. It would be better...

I tried to create the Fold environment from `UFold.yml`, I had same error. ``` Could not solve for environment specs Encountered problems while solving: - nothing provides requested pytorch ==1.4.0...

I found the question. In the MappingScore function, there is a RenamCells step. It will combine the query cells and ref cells. However, the combined query cell and ref cell...

```R ggsave( filename ='os-plot.pdf', plot = print(os.plot, newpage = FALSE), device = 'pdf', path = 'data/output', width = 8, height = 9 ) ``` Worked for me.