上一页 1 ··· 171 172 173 174 175 176 177 178 179 ··· 327 下一页
摘要: From:http://venturebeat.com/2015/11/14/deep-learning-frameworks/Here’s a rundown of some other notable deep learning libraries available today.The big... 阅读全文
posted @ 2015-12-07 21:27 emanlee 阅读(359) 评论(0) 推荐(0) 编辑
摘要: RR version 3.1.1 (2014-07-10) -- "Sock it to Me"yum list installed | grep RR-core.x86_64 3.1.0-5.el6 @epel R-core-devel.x86_64 3.1.0-5.el6 @epel R-dev... 阅读全文
posted @ 2015-11-28 11:24 emanlee 阅读(1299) 评论(0) 推荐(0) 编辑
摘要: (1)Checking Version of Bioconductor> source("http://bioconductor.org/biocLite.R")Bioconductor version 2.14 (BiocInstaller 1.14.3), ?biocLite for helpA... 阅读全文
posted @ 2015-11-28 11:23 emanlee 阅读(1393) 评论(0) 推荐(0) 编辑
摘要: -t选项的功能是使输出的结果将以时间降序排列。如果希望按时间的升序排列,可以使用管道符将返回的结果传入tac命令。用法示例:查询当前目录的文件并以降序排列: ll -t查询当前目录的文件并以升序排列: ll -t | tac ll -t 按照修改时间排序,由新到旧 ll -rt 按照修改时间排序,由 阅读全文
posted @ 2015-11-28 08:11 emanlee 阅读(1153) 评论(0) 推荐(0) 编辑
摘要: Error in save(filtered, file = paste(sampleName, "filtered", sep = "_")) : error writing to connection (原因:检查路径/权限/剩余空间) 阅读全文
posted @ 2015-11-27 23:16 emanlee 阅读(2246) 评论(0) 推荐(0) 编辑
摘要: Word和Windows对微软的重要性就像C语言的指针。 Windows 7中特别常用的搜索功能有严重的bug,常常搜不到Excel文件。 Windows 10的搜索功能也有严重的bug;搜索功能的灵活性和Windows XP相比差很多。 Windows 10设置文件的默认打开方式也存在低级bug。 阅读全文
posted @ 2015-11-15 15:32 emanlee 阅读(633) 评论(0) 推荐(0) 编辑
摘要: library(GenomicAlignments) 阅读全文
posted @ 2015-11-07 17:57 emanlee 阅读(406) 评论(0) 推荐(0) 编辑
摘要: 本文转自:http://blog.csdn.net/flowingflying/article/details/5069646 本文也即《Learning the bash Shell》3rd Edition的第五章Flow Control之读书笔记,但我们将不限于此。flow control... 阅读全文
posted @ 2015-10-29 11:20 emanlee 阅读(1035) 评论(0) 推荐(0) 编辑
摘要: qalter jobid -l walltime=Xe.g.qalter 377470.manager -l walltime=2222:00:00qalter: Unauthorized Request 377470.manager Notes: To alter requested resour 阅读全文
posted @ 2015-10-26 21:10 emanlee 阅读(2947) 评论(0) 推荐(0) 编辑
摘要: single="ls -l"$single=============multi="ls -l | grep e"echo $multi > tmp.shbash tmp.sh=============cmd="ls -l | grep e"bash -c "$cmd"=============$ c... 阅读全文
posted @ 2015-10-17 10:00 emanlee 阅读(696) 评论(0) 推荐(0) 编辑
上一页 1 ··· 171 172 173 174 175 176 177 178 179 ··· 327 下一页