2019-08-05

第二天笔记

  • 服务器安装好miniconda

  • 安装好IGV软件

  • 查看数据编号https://www.ncbi.nlm.nih.gov/Traces/study/?WebEnv=NCID_1_116608608_130.14.18.48_5555_1564970279_686470847_0MetA0_S_HStore&query_key=1

  • aspra软件官网安装,配置环境变量,配置路径

    <pre spellcheck="false" class="md-fences md-end-block ty-contain-cm modeLoaded" lang="shell" contenteditable="false" cid="n11" mdtype="fences" style="box-sizing: border-box; overflow: visible; font-family: var(--monospace); font-size: 0.9em; display: block; break-inside: avoid; text-align: left; white-space: normal; background-image: inherit; background-position: inherit; background-size: inherit; background-repeat: inherit; background-attachment: inherit; background-origin: inherit; background-clip: inherit; background-color: rgb(248, 248, 248); position: relative !important; border: 1px solid rgb(231, 234, 237); border-radius: 3px; padding: 8px 1em 6px; margin-bottom: 15px; margin-top: 15px; width: inherit;">which conda #查看conda安装路径</pre>

<pre spellcheck="false" class="md-fences md-end-block ty-contain-cm modeLoaded" lang="shell" contenteditable="false" cid="n12" mdtype="fences" style="box-sizing: border-box; overflow: visible; font-family: var(--monospace); font-size: 0.9em; display: block; break-inside: avoid; text-align: left; white-space: normal; background-image: inherit; background-position: inherit; background-size: inherit; background-repeat: inherit; background-attachment: inherit; background-origin: inherit; background-clip: inherit; background-color: rgb(248, 248, 248); position: relative !important; border: 1px solid rgb(231, 234, 237); border-radius: 3px; padding: 8px 1em 6px; margin-bottom: 15px; margin-top: 15px; width: inherit; color: rgb(51, 51, 51); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"> cp /teach/software/ibm-aspera-connect-3.8.1.161274-linux-g2.12-64.tar.gz #复制软件
tar -zxvf ibm-aspera-connect-3.8.1.161274-linux-g2.12-64.tar.gz #解压
bash ibm-aspera-connect-3.8.1.161274-linux-g2.12-64.sh #运行
cd /trainee2/vip58/.aspera/connect
cd /bin
echo 'export PATH=/trainee2/vip58/.aspera/connect/bin:$PATH' >> ~/.bashrc #永久添加环境变量,写绝对路径
source ~/.bashrc #激活
ascp --help </pre>

下载结束后的结果示例:/teach/project/1.rna/1.sra_data

  • 杀掉任务方法:

    1.查看任务的方法:ps -ef|grep “vip58” 获取任务id 时间、任务详情、pid(第二列数字)

    2.kill pid 杀掉进程

    3.top -c 查看CPU占用情况 (提交消耗资源任务,先看剩余资源)

    4.查看任务结果(时间不一定) ps -ef|grep “vip58”

  • 循环:seq 3|while read id ;do echo $id ; echo "gene"; done

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 用户相关命令 什么是用户 能正常登录系统的都算用户 windows系统和linux系统的用户有什么区别 本质上没有...
    寅十七阅读 1,911评论 0 0
  • 背景 参照简书上好多人的方法安装samtools,git啊,安装包啊,一直出各种问题还是没解决。 什么libcry...
    老_Z阅读 2,849评论 0 1
  • 用户管理 用户:就是能正常登陆系统的。linux可以支持多个用户同时登陆,登陆后相互之间操作并不影响 用户的作用:...
    闫梦超阅读 851评论 0 0
  • 上周内容回顾 1.与文件管理相关(cp 复制、cat less more 查看 、head 查看头部十行、tail...
    5不忘初心0阅读 2,338评论 0 0
  • 用Navicat连接远程MySQL数据库时,有时会出现“Navicat for mysql 1130错误”,提示错...
    爱喝马黛茶的安东尼阅读 10,466评论 0 0