從公司云端下載轉(zhuǎn)錄組數(shù)據(jù)
conda install screen #安裝screen工具
screen -R aaa #創(chuàng)建鏡像,aaa為隨意命名的鏡像名
sftp -P 29 賬號(hào)@xxx.xx.xx.xxx #在鏡像里登錄公司的sftp
cd /home/Drive #進(jìn)入指定目錄
get -r 目標(biāo)文件夾 #下載目標(biāo)文件夾
同時(shí)按Ctrl+A鍵+D鍵,臨時(shí)退出鏡像。
screen -ls #查看鏡像id
screen -r 鏡像id #重新進(jìn)入鏡像
exit #關(guān)閉鏡像