美文网首页
周六考试(二)

周六考试(二)

作者: 杨亮_SAAS | 来源:发表于2018-11-28 17:54 被阅读15次

有用的网站:

大盘鸡
赞哥
亚磊
Quicl's Blog
Genome Size Estimation
Kmer分析
考题

  1. 软件下载地址:
    a. vcftools
      wget https://nchc.dl.sourceforge.net/project/vcftools/vcftools_0.1.13.tar.gz
    
    使用:
    1. pele' blog
    2. vcftools使用
    b. SOAPdenovo2
    https://jaist.dl.sourceforge.net/project/soapdenovo2/SOAPdenovo2/src/r240/SOAPdenovo2-src-r240.tgz
    注意在以下文件加入文本:
仔细查看编译输出,发现有如下几个错误提示:

multi_threads.cpp:93:14: error: ‘usleep’ was not declared in this scope

build_preArc.cpp:1071:39: error: ‘usleep’ was not declared in this scope

pregraph_sparse.cpp:171:42: error: ‘usleep’ was not declared in this scope

pregraph_sparse.cpp:504:2: error: ‘optind’ was not declared in this scope

pregraph_sparse.cpp:507:64: error: ‘getopt’ was not declared in this scope

于是找到这些源码,在头文件中加入:

#include “unistd.h“

c. jellyfish
https://github.com/gmarcais/Jellyfish/releases

Installation

./configure --prefix=$HOME
make -j 4
make install

d. SOAPec v2.01
里面有Kmer_Freq_AR

相关文章

  • 周六考试(二)

    有用的网站: 大盘鸡赞哥亚磊Quicl's BlogGenome Size EstimationKmer分析考题 ...

  • 第十周

    1、考试了科二和党课考试,二门考试都没有通过。 2、周六去进行老师的线下培训。 3、做了英语四级的真题。 考试没通...

  • 周六考试(一)

    生物信息学练习题一、data/newBGIseq500_1.fq和data/newBGIseq500_2.fq中是...

  • 周六考试(三)

  • 周六考试(四)

    00.data 01.filter 02.SOAPdenovo 03.callSNP 04.perlR Count...

  • 12.10早中层例会

    教育处 1.周二知识水平考试。 2.会考准备。 3.下周二优秀教案评比。 4.下周六日,研究生考试,中层有事提前说...

  • 我还活着

    即将到来的 本周六初级会计考试 下周二上午港规考试下午节能减排校赛晚上纳税筹划考试 下周三工程经济学考试 下周四上...

  • 亲子日记(146)2020年4月18日天气晴

    今天是周六,然宝考试需要家长监考。这是上网课以来第二次考试,语文只要半个小时,因为考题很少,主要是阅读题,...

  • 考试前两天

    今天是周六,我们下周二考试,平常对于考试我很紧张 但更多的是激动,当然正规考试紧张还是多一点的,因为激动已经在一道...

  • 期末考试和放假

    期末考试和放假 小二 1.10-1.11 周四周五期末考试 1.12-1.17 周六到周四休息 1.18 ...

网友评论

      本文标题:周六考试(二)

      本文链接:https://www.haomeiwen.com/subject/zataqqtx.html