forked from timmassingham/AYB2
-
Notifications
You must be signed in to change notification settings - Fork 1
AYB2 -- All Your Base version 2. A base caller for the Illumina platform
License
hyeshik/AYB2
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
AYB README File =============== Prerequisites ------------- The following utilities and libraries must be installed to make/run the program: Utilities:: - gcc (GNU C compiler; part of GNU Compiler Collection) - gfortran (GNU Fortran compiler; part of GNU Compiler Collection) (not required from v2.05) - make (GNU make utility) Libraries:: - BLAS (Basic Linear Algebra Subprograms) - LAPACK (Linear Algebra PACKage) - zlib (general purpose compression library) - bzip2 (alternative compression library) To make the program, the relevant header files for each of these libraries must also be present. The header files are usual contained in the -devel package corresponding to each library, for example: blas-devel External Links:: - http://gcc.gnu.org/[GCC] - http://www.gnu.org/software/make/[GNU Make] - http://www.netlib.org/blas/[BLAS] - http://www.netlib.org/lapack/[LAPACK] - http://zlib.net/[zlib] - http://bzip.org/[bzip2] Obtaining AYB ------------- Source code is freely available to download from <http://www.ebi.ac.uk/goldman-srv/AYB/> Build AYB --------- unzip the archive: --------------------------------------------- $ tar -xzf AYB_current.tgz --------------------------------------------- Go to the src directory. The makefile is suitable for both generic Linux and Mac Os-X. --------------------------------------------- $ make --------------------------------------------- The AYB executable will be in the bin directory. {nbsp} Notes:: If OpenMP libraries are not available then the dependency can be removed by deleting the -fopenmp option from the makefile. Developing ---------- AYB Developer documentation is generated by running doxygen from the src directory. The index file is created in ../../doc from the src directory. The AYB_test download contains the module test inputs.
About
AYB2 -- All Your Base version 2. A base caller for the Illumina platform
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C 91.2%
- Fortran 6.4%
- Other 2.4%