Codespaces 是Github提供的一个github代码云开发环境,也就是可以将github的静态代码用一个云服务器(微软Azure云)运行起来,这里面提供了一个云服务器,我们就可以使用这个云服务器来进行下载数据。
Cloud Based Develop
目前“更过分”,已经将Codespaces直接集成到Code中。只需要点开Code界面,就能直接将代码在Codespaces中打开。而在线的编辑器就是微软自家的Vscode。创建Codespaces则可以打开开发环境。
然后使用rsync将数据同步过自己服务器。
➜ /workspaces/gitpod (main) $ rsync -avP --rsh='ssh -p 10088' Homo_sapiens.GRCh38.dna.primary_assembly.fa.gz bioinfo@v5.tongyuangene.co
m:~/
The authenticity of host '[v5.tongyuangene.com]:10088 ([42.202.146.210]:10088)' can't be established.
ECDSA key fingerprint is SHA256:ptU0B0LrVKeyNHDpT2Xu+vpRXmKoBQdkFytC4Iu5R1E.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '[v5.tongyuangene.com]:10088,[42.202.146.210]:10088' (ECDSA) to the list of known hosts.
password:
sending incremental file list
Homo_sapiens.GRCh38.dna.primary_assembly.fa.gz
53% 19.77MB/s 0:00:20
如果不差钱,直接在Azure上配置好生物信息分析环境进行计算也可以。不过从性价比角度,还是选择我们的共享生物云服务器更好,价格更加实惠。