摘要: 第一步,在windows上用anaconda安装飞桨,参考官网指导https://www.paddlepaddle.org.cn/install/quick 中间在执行创建环境时出现报错 conda create --name paddle python=3.7 报错如,"CondaHTTPErro 阅读全文
posted @ 2020-08-13 16:58 maxsmile17 阅读(1203) 评论(0) 推荐(0) 编辑
摘要: 获得用户名 users = commands.getoutput('echo $USER').strip() 阅读全文
posted @ 2020-08-11 15:44 maxsmile17 阅读(983) 评论(0) 推荐(0) 编辑
摘要: 如何使用sratoolkit下载NCBI数据? 比如我想下载这个研究的数据, 使用prefetch命令,输入对应的SRA号码 默认下载限制是20G的数据,如果下载的数据较大,可以修改配置,比如改为最大100G 如何修改默认配置,特别是下载数据的存放位置 进入这个界面,需要按照指示操控键盘进行修改 如 阅读全文
posted @ 2020-04-09 13:56 maxsmile17 阅读(3116) 评论(0) 推荐(0) 编辑
摘要: 打开压缩文件 输出压缩文件 阅读全文
posted @ 2019-09-17 11:52 maxsmile17 阅读(1624) 评论(0) 推荐(0) 编辑
摘要: windows安装教程: https://www.cnblogs.com/gengyi/p/9769471.html mac安装教程: https://www.cnblogs.com/yjmyzz/p/how to install jupyter notebook on mac.html 运行jup 阅读全文
posted @ 2019-09-16 20:07 maxsmile17 阅读(706) 评论(0) 推荐(0) 编辑
摘要: biostars https://www.biostars.org/ 生信技能树 http://www.biotrainee.com/ 生信人 https://shengxin.ren/ omicShare http://www.omicshare.com/forum/ PLoB https://w 阅读全文
posted @ 2018-11-01 09:49 maxsmile17 阅读(445) 评论(0) 推荐(0) 编辑
摘要: R可以自动把a补成(3,4,3,4)与b相加 阅读全文
posted @ 2018-10-15 16:38 maxsmile17 阅读(452) 评论(0) 推荐(0) 编辑
摘要: 对二级目录进行遍历,操作二级目录里的文件 阅读全文
posted @ 2018-09-27 14:11 maxsmile17 阅读(2040) 评论(0) 推荐(0) 编辑
摘要: 参考网址 https://linuxtools-rst.readthedocs.io/zh_CN/latest/advance/index.html 阅读全文
posted @ 2018-09-27 11:40 maxsmile17 阅读(126) 评论(0) 推荐(0) 编辑
摘要: tar命令 解包:tar zxvf FileName.tar 打包:tar czvf FileName.tar DirName gz命令 解压1:gunzip FileName.gz 解压2:gzip -d FileName.gz 压缩:gzip FileName .tar.gz 和 .tgz 解压 阅读全文
posted @ 2018-09-25 14:31 maxsmile17 阅读(270) 评论(0) 推荐(0) 编辑