目录

install with bioconda European Galaxy server US Galaxy server

LoFreq*: A sequence-quality aware, ultra-sensitive variant caller for NGS data

For bugs, suggestions, ideas, collaborations etc. please contact Niranjan Nagarajan.

Please consider the somatic caller experimental and unfinished.

Building the Source

Most users will want to install LoFreq via BioConda.

Current Build Status

Build Status

Prerequisites

You will need:

  • a C compiler (e.g. gcc or clang)
  • a Python interpreter
  • zlib developer filesi (e.g. zlib1g-dev on Ubuntu)
  • a compiled version of HTSlib 1.4 or later

Compilation

  • Clone the repo (or download the current master as zip package and unpack)
  • Run ./bootstrap to set up the required automake files
    • If you get an error like required file './ltmain.sh' not found, run libtoolize (or glibtoolize) first and then bootstrap again
    • Subsequent pulls won’t require rerunning ./bootstrap. This is only necesary when changing configure.ac or any of the Makefile.am
  • Run ./configure with the absolute path to HTSlib (e.g. ./configure --with-htslib=/home/user/miniconda [--prefix=inst-path])
  • Run make
    • At this point you can already start using lofreq: ./bin/lofreq
  • Run make install to properly install the package
    • Default is /usr/local/. If --prefix was given to configure, the corresponding argument is used
    • Depending on the used prefix you might need to adjust your PATH (and PYTHONPATH).

Documentation

  • Simply calling lofreq on the command line will display a list of subcommands
  • lofreq cmd will then display help for cmd
  • See LoFreq’s website for full documentation

License

LoFreq is licensed under the MIT License (see LICENSE).

Licenses for third party software that is part of the source:

  • cdflib90 (see src/cdflib90.README)
  • uthash (see src/uthash/LICENSE)
关于

用于检测低频变异和短读长测序数据中的单核苷酸变异和插入缺失

23.2 MB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802047560号