forked from statgen/libStatGen
-
Notifications
You must be signed in to change notification settings - Fork 0
Useful set of classes for creating statistical genetic programs.
rtsundby/libStatGen
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Dependencies ------------ On debian type systems (including Ubuntu), add the following packages if they are not already installed (or have your admin add them if you do not have permission): sudo apt-get install g++ libssl-dev zlib1g-dev Building -------- To compile, from the top level directory, type: "make" To compile with debug symbols, type: "make debug" To test (after compiling), from the top level directory, type: "make test" Under the main statgen repository, there are: * bam - library code for operating on bam files. * copyrights - copyrights for the library and any code included with it. * fastq - library code for operating on fastq files. * general - library code for general operations * glf - library code for operating on glf files. * include - after compiling, the library headers are linked here * Makefiles - directory containing Makefiles that are used in the library and can be used for developing programs using the library * samtools - library code used from samtools After Compiling: libStatGen.a, libStatGen_debug.a, libStatGen_profile.a are created at the top level. Makefiles --------- Makefiles/Makefile.include should contain the definitions that you need for creating software using this library. Makefiles/Makefile.lib and Makefiles/Makefile.src can be used as templates for creating Makefiles for new software. If possible, just include them within your Makefile. Just set the proper variables for your program in your Makefile first. (both Makefiles automatically include Makefile.include) A similar setup should be used for test code, by including Makefiles/Makefile.test and defining your test specific variables first. Other Notes ----------- * Typically the .o files are compiled into their own directory called obj.
About
Useful set of classes for creating statistical genetic programs.
Resources
Stars
Watchers
Forks
Packages 0
No packages published