摘要: 错误: [root@centos64 numpy-1.13.1]# pip install numpy-1.13.1-cp27-cp27m-manylinux1_x86_64.whl Traceback (most recent call last): File "/usr/local/python 阅读全文
posted @ 2017-08-09 21:03 emanlee 阅读(3441) 评论(0) 推荐(0) 编辑
摘要: 首先得有pip没有的话安装一个。然后:pip install wheel然后:pip install 路径\文件名.whl pip --versionpip 9.0.1 from /dat3/wasp/anaconda3/lib/python3.6/site-packages (python 3.6 阅读全文
posted @ 2017-08-09 20:41 emanlee 阅读(7673) 评论(0) 推荐(0) 编辑
摘要: u/U:表示unicode字符串不是仅仅是针对中文, 可以针对任何的字符串,代表是对字符串进行unicode编码。一般英文字符在使用各种编码下, 基本都可以正常解析, 所以一般不带u;但是中文, 必须表明所需编码, 否则一旦编码转换就会出现乱码。建议所有编码方式采用utf8。r/R:非转义的原始字符 阅读全文
posted @ 2017-08-09 16:46 emanlee 阅读(699) 评论(0) 推荐(0) 编辑
摘要: Linux压缩保留源文件的方法: gzip -c filename > filename.gz Linux解压缩保留源文件的方法: gunzip -c filename.gz > filename gunzip的用法1.作用 gunzip命令作用是解压文件,使用权限是所有用户。 2.格式 gunzi 阅读全文
posted @ 2017-08-09 15:05 emanlee 阅读(7673) 评论(0) 推荐(0) 编辑
摘要: Error: samtoolssamtools: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory Solution: [roo 阅读全文
posted @ 2017-08-09 14:39 emanlee 阅读(3595) 评论(0) 推荐(0) 编辑