Nothing Special   »   [go: up one dir, main page]

Skip to content

xuebingwu/xtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xtools

Xuebing's tools for computational biology (C/C++)

Prerequisite Software/Package

  1. To compile locally, one should have a recent version of GCC that is compatible with the g++ option -std=c++11. For Mac users, this can be done by installing the most recent version of Xcode.
  2. R is required for making figures.

Installation

  1. Download the source code from xtools page on github: https://github.com/xuebingwu/xtools (bottom right, "Download ZIP")
  2. Unzip the downloaded file:
unzip xtools-master.zip
  1. Go to folder 'xtools-master/src', type 'make' to compile the source code:
cd xtools-master/src
make 
  1. The compiled programs are in the folder 'bin'.
  2. To recompile, type 'make clean' then 'make'.

Project home page

Source code, compiled binaries (Linux), documentation, and examples can be found on github page:

https://github.com/xuebingwu/xtools

Cite

This software is currently unpublished, so please just cite the homepage (thanks!).

Copyright

Copyright (c) 2014 Xuebing Wu. See LICENSE.txt for further details.