<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[新冠单细胞数据分析样例 covid19_sc]]></title><description><![CDATA[<p dir="auto"><a href="https://github.com/RGLab/covid19_sc" rel="nofollow ugc">https://github.com/RGLab/covid19_sc</a><br />
该项目使用了renv 安装过程极其不顺利<br />
1.conda 安装R<br />
conda create -n r_env r-essentials r-base<br />
该命令会安装一个较新的R版本<br />
2.在 covid19_sc 执行R<br />
renv::update()<br />
renv::install()<br />
安装过程中有几个包会报错</p>
<pre><code>libsz 需要拷贝到conda环境
cp /usr/lib/x86_64-linux-gnu/libsz.* /home/bioinfo/miniconda3/envs/r_env/lib/
</code></pre>
<pre><code>curl包需要安装这个库 而不是 libcurl4-openssl-dev
sudo apt install libcurl3
</code></pre>
<p dir="auto">如果curl还有问题  就自己编译</p>
<pre><code>wget https://github.com/curl/curl/releases/download/curl-7_55_0/curl-7.55.0.tar.gz
./configure
make 
make install
</code></pre>
]]></description><link>http://an.forum.genostack.com/topic/1087/新冠单细胞数据分析样例-covid19_sc</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 12:34:00 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/topic/1087.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 12 Aug 2024 05:40:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 新冠单细胞数据分析样例 covid19_sc on Wed, 14 Aug 2024 11:32:08 GMT]]></title><description><![CDATA[<p dir="auto">conda install -c conda-forge fftw<br />
由于jupyter的环境是在conda里面 所以当报一些包找不到时 用conda安装 用apt安装 可能路径不对 还是找不到</p>
]]></description><link>http://an.forum.genostack.com/post/2707</link><guid isPermaLink="true">http://an.forum.genostack.com/post/2707</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Wed, 14 Aug 2024 11:32:08 GMT</pubDate></item></channel></rss>