上一页 1 ··· 168 169 170 171 172 173 174 175 176 ··· 337 下一页
摘要: cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c 10 Intel(R) Xeon(R) CPU E5-2430 v4 @ 2.10GHz 阅读全文
posted @ 2019-01-30 21:35 emanlee 阅读(13323) 评论(0) 推荐(0)
摘要: [root@]# smartctl --all /dev/sdasmartctl 6.5 2016-05-07 r4318 [x86_64-linux-3.10.0-957.1.3.el7.x86_64] (local build)Copyright (C) 2002-16, Bruce Allen 阅读全文
posted @ 2019-01-30 10:05 emanlee 阅读(10263) 评论(0) 推荐(0)
摘要: 调试脚本检查脚本语法错误bash -n /path/to/some_script调试执行bash -x /path/to/some_scriptshell里的变量 本地变量:只对当前shell有效;作用范围可以是整个shell程序文件,包括脚本中的函数,对其他的shell无效。 环境变量:对当前sh 阅读全文
posted @ 2019-01-28 23:34 emanlee 阅读(443) 评论(0) 推荐(0)
摘要: For anyone wondering how to read these messages one by one, you can just use 'mail' Then type a message number from the list which you want to read. T 阅读全文
posted @ 2019-01-28 12:47 emanlee 阅读(226) 评论(0) 推荐(0)
摘要: 1. 下载安装 直接去官网下载二进制软件,解压后的trimmomatic-0.36.jar即为我们需要的软件 官网: http://www.usadellab.org/cms/index.php?page=trimmomatic wget http://www.usadellab.org/cms/u 阅读全文
posted @ 2019-01-26 23:10 emanlee 阅读(3365) 评论(0) 推荐(0)
摘要: Install nload on a CentOS/RHEL/Red Hat/Fedora Linux First, turn on EPEL repo on a CentOS or RHEL based system. Type the following yum command to insta 阅读全文
posted @ 2019-01-26 20:35 emanlee 阅读(929) 评论(0) 推荐(0)
摘要: fastqc用于查看测序数据的质量。 1.下载: http://www.bioinformatics.babraham.ac.uk/projects/download.html#fastqc wget http://www.bioinformatics.babraham.ac.uk/projects 阅读全文
posted @ 2019-01-21 12:05 emanlee 阅读(1432) 评论(0) 推荐(1)
摘要: Trim Galore是一个非常流行的用于「去接头序列」的软件,用于处理高通量测序得到的原始数据。通常我们从测序公司拿到数据后,第一步就是评估数据的质量以及对raw data去接头处理。公司拿来的数据通常附带了clean data以及去接头的说明文件,我自己重新实现了一下trim的过程。参数都是根据 阅读全文
posted @ 2019-01-21 12:04 emanlee 阅读(8104) 评论(0) 推荐(0)
摘要: Directional RNA-seq data -which parameters to choose? REF: https://chipster.csc.fi/manual/library-type-summary.html Directional RNA-seq methods are ga 阅读全文
posted @ 2019-01-20 22:01 emanlee 阅读(2519) 评论(0) 推荐(0)
摘要: ref https://blog.csdn.net/xiangxianghehe/article/details/78149094 一.安装 crontabs服务并设置开机自启: 二.设置用户自定义定时任务: 可以看到: 即: 每隔30分钟root执行一次updatedb命令: 每天早上5点定时重启 阅读全文
posted @ 2019-01-19 23:44 emanlee 阅读(11295) 评论(0) 推荐(0)
上一页 1 ··· 168 169 170 171 172 173 174 175 176 ··· 337 下一页