找到约 15 条结果

文章 ssh登陆报错

...ent by the remote host isSHA256:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.Please contact your system administrator.Add correct host key in /home/user01/.ssh/known_hosts to get rid of this message.Offending ECDSA key in /home/user01/.ssh/known_hosts:11Password authentication is disabled to avoid man...

文章 VirtualBox 中练习安装linux系统centos7

... you choose to install CentOS Linux 7 from within the Live environment. Please be advised that you can not change the set of installed packages in this case. This needs to be done within the installed system using 'yum'. CentOS-7-x86_64-Minimal-2009.iso The aim of this image is to install ...

问题 抱歉打扰,我在做circos时遇到了下面问题,看到了您也遇到相似问题,想知道您是如何解决的,期待您的回复。

...       http://groups.google.com/group/circos-data-visualization   Please include this error, all your configuration, data files and the version   of Circos you're running (circos -v).Do not email me directly -- please use   the group.   Stack trace:  at /biosoft/circos/circos-0.69...

问题 使用tcga_gene_exp_download.r下载TCGA数据始终无法产生gene expression相关的文件 killed

...duplicated cases Warning: There are more than one file for the same case. Please verify query results. You can use the command View(getResults(query)) in rstudio ooo Check if there results for the query ------------------- o Preparing output ------------------- Downloading data for project TCG...

文章 linux常用技巧

...="wanghj"# Log fileLOGFILE="/home/wanghj/logfile.log"while true; do    # Check disk usage    DISK_USAGE=$(df /share/backup01/DATA/ | grep / | awk '{ print $5}' | sed 's/%//g')    if [ "$DISK_USAGE" -gt "$DISK_THRESHOLD" ] ; then        DISK_MESSAGE="Your root partition remaining free space...

问题 三代纠错软件lordec安装问题

...cal/HDF_Group/HDF5/1.8.18/examples CMake Error at cmake_install.cmake:41 (file):   file INSTALL cannot make directory   "/usr/local/HDF_Group/HDF5/1.8.18/examples": No such file or directory make[2]: *** [install] Error 1 make[2]: Leaving directory `/home/LTT/install/lordec-src_0.9/gatb-core-...

文章 运行python STAMP程序报错

...ssh server should have permitted Desktop Sharing "Allow other user to view your desktop".MobaXterm and other complete remote desktop programs work too.https://stackoverflow.com/questions/34932495/forward-x11-failed-network-error-connection-refused/44575703

问题 WGCNA-MAD

...bol datExpr = read.table(expr_file,header=T,row.names=1,comment.char = "",check.names=F) datExpr = datExpr[,-1] # Take a quick look at what is in the data set dim(datExpr) ##################check missing value and filter ################### datExpr = t(datExpr[order(apply(datExpr,1,mad), decre...

文章 R 包 hdf5r 安装出错

...f5-1.10.5.tar.gzcd hdf5-1.10.5./configure --prefix=/usr/local/hdf5makemake checksudo make installsudo make check-install这时候安装hdf5r的时候提示请安装 hdf5r-devel。 然后在 这和 这发现 hdf5r 的安装依赖 h5cc,因为是自己安装的 hdf5,所以需要手动指定 h5cc 路...

文章 cactus-bin-v2.9.9 安装笔记

...gzcd cactus-bin-v2.9.9```## GPU Patch:When using GPU support since v2.9.4, please make sure to pass in the patched config file with `--configFile` (download the patch from the [releases](https://github.com/ComparativeGenomicsToolkit/cactus/releases) page).## SetupTo build a python virtualenv and act...

问题 基因组注释进行deepTE 分类时报错,The TensorFlow library was compiled to use SSE4.1 instructions, but these aren't available on your machine. Aborted (core dumped)

文章 TCGA数据库重大更新-数据如何下载?

...nfo) #数据写出 write.table(data.frame(ID=rownames(data_expr),data_expr,check.names = F), file = 'gene_expression_Counts.tsv', sep="\t",row.names =F, quote = F) write.table(data.frame(ID=rownames(gene.info),gene.info,check.names = F), file = 'gene.info.tsv', sep="\t",row.names =F, quote = F) writ...

问题 老师,转录组差异基因报错,求助,谢谢

...sv -r J1 --fdr 0.05 --fc 2 -p J1_vs_J2 --> Q&A for bioinformatics, please visit the website: https://www.omicsclass.com/ --> R beginners ? I suggest your  learning  R language: https://study.omicsclass.com/index Loading required package: ggplot2 Loading required package: edgeR Loadi...

问题 运行代码的时候出错,我确认文件都存在,报错代码如下所示

...mpare_errorbar --prefix low_vs_high_L6 --> Q&A for bioinformatics, please visit the website: https://www.omicsclass.com/ --> R beginners ? I suggest your  learning  R language: https://study.omicsclass.com/index Failed to create bus connection: No such file or directory ── Attach...

文章 筛选编码蛋白的CDS序列

...coding sequence from fasta file.')parser.add_argument('-f','--fasta',help='Please input fasta file. [REQUIRED]',required=True)parser.add_argument('-l','--len',type=int,default=300,help='seq length filter, default 300.  [OPTIONAL]',required=False)parser.add_argument('-p','--prefix',default ='demo_se...