11 2022 档案
摘要:使用以下命令时出现的报错: cellranger count --fastqs={ref_dir}/Human_index \ --localcores=30 \ --sample=file1,file2 \ --id=disease
阅读全文
摘要:做GSEA分析的时候遇到的报错:GSEA analysis... Error in serialize(data, node$con) : error writing to connection 解决办法是重启RStudio :D
阅读全文
摘要:解决方案如下: top -u 用户名 ll /proc/PID kill PID 举个例子: top -u wychen 查看进行30292在运行什么: ll /proc/30292 杀掉进程30292 kill 30292
阅读全文