tenlives / ngs-tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ngs-tools

Quick instructions for building and installing ngs-tools from source.

  1. Create an ncbi source directory if needed. While this is not strictly required, our configuration scripts will benefit by being able to locate related projects without asking for explicit paths: $ mkdir ncbi

  2. Check out the sources: $ cd ncbi $ git clone https://github.com/ncbi/ngs-tools.git

  3. If you have not yet installed ngs and/or ncbi-vdb, please do so now: $ git clone https://github.com/ncbi/ngs.git $ git clone https://github.com/ncbi/ncbi-vdb.git and follow directions at https://github.com/ncbi/ngs/wiki/Building-and-Installing-from-Source and https://github.com/ncbi/ncbi-vdb/wiki/Building-and-Installing-from-Source respectively.

  4. Configure the build: $ cd ngs-tools $ ./configure By default, configure will select a build-output directory under your $HOME and will install under /usr/local/ncbi/ngs-tools on Linux. The default settings can be changed, of course. For all options, you can run: $ ./configure --help

  5. Make the tools: $ make

  6. Install the tools as admin (you may be asked for a password): $ sudo make install

At this point, the installation should be complete, although you will probably have to login again before all changes take place. If the installation is successful, you should find executables installed and an update to shell variables (only AFTER logging in again). To verify update of your environment: $ echo $PATH # should now have the path to your installed ngs-tools, and $ which sra-search # should return the location of this utility.

About

License:Other


Languages

Language:C++ 53.8%Language:Java 24.2%Language:Python 10.2%Language:Shell 6.1%Language:Perl 2.8%Language:CMake 1.3%Language:Makefile 0.9%Language:C 0.6%Language:Scheme 0.1%Language:Batchfile 0.0%