Day3 2021-01-13(HYP)

今天成功下载了miniconda并下载了fastqc

下载miniconda

  1. 查看服务器是多少位的:输入命令 uname -a
  2. wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-latest-Linux-x86_64.sh
    wget是一个下载工具(www get)
  3. bash Miniconda3-latest-Linux-x86_64.sh
    运行
  4. source ~/.bashrc激活

用conda 下载fastqc

  1. 查看当前服务器上安装的所有软件列表 conda list
  2. 搜索conda软件 conda search fastqc
  3. 安装软件 conda install fastqc -y (-y是yes)
    (需要指定版本就是conda install fastqc=0.11.7 -y)

就搞定了
中途网不好在conda search 那里卡住了

An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
'https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64'

这个提醒还蛮可爱的

©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

相关阅读更多精彩内容

友情链接更多精彩内容