CancerVar安装步骤

1.PREREQUISITE

You need install Python >=3.6

You need install [ANNOVAR](http://annovar.openbioinformatics.org/en/latest/) version >= 2016-02-01.

Most of the datases can be downloaded automatically.

Some updated datasets(cosmic and icgc) for Annovar: https://cancervar.wglab.org/databases/ (download and gunzip, put in the Annovar db folder)

Please use the updated files, outdated files will bring some problems of running CancerVar.

2. install

   Using CONDA and manage the environment.

    conda create  -n opai python=3.6

    conda activate opai

    conda install -c anaconda numpy pandas scikit-learn

    conda install -c pytorch pytorch=1.9


参考:https://github.com/WGLab/Cancervar

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 一、简介 会得到一系列变异数据,这些变异数据只是告诉我们在基因组的某个位置发生了一段序列的改变,至于这个改变会不会...
    生信师姐阅读 18,792评论 1 39
  • # Awesome Python [![Awesome](https://cdn.rawgit.com/sindr...
    emily_007阅读 2,228评论 0 3
  • Getting Started Use the Current Stable Version (7.1) Buil...
    Leonzai阅读 1,981评论 0 3
  • 重要知识点一:理解循环 重要知识点二:学会构建每个项目的config step0: 安装软件 要注意conda i...
    陈宇乔阅读 1,242评论 1 7
  • VCF可以通过不同的上游分析获得,在格式上又有一些不同,盲目转化会带来很多问题。查看VCF文件内容可知是通过GAT...
    Insc阅读 1,995评论 0 4