Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2010-03-28 | Added dependency on the libxml2 library for XML parsing. | Don Pellegrino | 1 | -0/+9 |
2010-03-04 | Added dependency on NCBI Toolkit. | Don Pellegrino | 1 | -0/+3 |
2010-01-25 | Modified to build using the copy of PETSc already installed on Cobalt. | Don Pellegrino | 5 | -46/+65 |
2010-01-25 | Added the initialization of a sparse matrix to be used to track the | Don Pellegrino | 6 | -24/+127 |
pairwise BLAST scores for all influenza sequences. Modified the Autoconf input so that libraries are automatically added to LIBS rather than manually in Makefile.am. Added the use of the PETSc API which is used for the sparse matrix implementation. | ||||
2010-01-24 | Added library dependencies iherited from use of HDF5 on NCBI Cobalt including... | Don Pellegrino | 2 | -6/+8 |
2010-01-17 | Added error checking routines. Added implementation of | Don Pellegrino | 12 | -13/+211 |
assign_protein_type tested against a single hard-coded sequence input. The next step is to iterate over all records in the HDF5 collection that don't have a type assigned and to assign a type value. | ||||
2010-01-15 | Added files for initialization and use of the GNU Autotools. | Don Pellegrino | 6 | -0/+33 |