Age | Commit message (Expand) | Author | Files | Lines |
2010-03-30 | Added simple print routines as an exercise in navigating the NCBI object stru...master | Don Pellegrino | 1 | -0/+10 |
2010-03-30 | Added simple print routines as an exercise in navigating the NCBI object stru... | Don Pellegrino | 11 | -0/+193 |
2010-03-28 | Added new load routines for meta-data. | Don Pellegrino | 1 | -0/+4 |
2010-03-28 | Testing options for loading meta-data/features/Entrez into HDF5. | Don Pellegrino | 4 | -0/+376 |
2010-03-28 | Testing the meta-data/feature/Entrez load. | Don Pellegrino | 1 | -1/+13 |
2010-03-28 | Added script for setting environment variables in preparation for | Don Pellegrino | 1 | -0/+14 |
2010-03-28 | Replaced with more generic env-debian.sh which should work on any | Don Pellegrino | 1 | -38/+0 |
2010-03-28 | Added dependency on the libxml2 library for XML parsing. | Don Pellegrino | 1 | -0/+9 |
2010-03-05 | Modified to take the location of the exp004 directory from an | Don Pellegrino | 4 | -14/+60 |
2010-03-04 | Added dependency on NCBI Toolkit. | Don Pellegrino | 1 | -0/+3 |
2010-01-25 | Added MatAssembly commands to write the cached data to the matrix structure. | Don Pellegrino | 1 | -0/+3 |
2010-01-25 | Added script to build against a custom PETSc build with HDF5 support. | Don Pellegrino | 1 | -0/+38 |
2010-01-25 | Test of writing a sparse matrix to disk. | Don Pellegrino | 1 | -0/+10 |
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 |
2010-01-24 | Added notes for doing a build on NCSA Cobalt. Using the Intel C Compiler bui... | Don Pellegrino | 1 | -0/+24 |
2010-01-24 | Commented out loading the BLAST file as thing shouldn't have to be done again... | Don Pellegrino | 1 | -4/+2 |
2010-01-24 | Added library dependencies iherited from use of HDF5 on NCBI Cobalt including... | Don Pellegrino | 2 | -6/+8 |
2010-01-24 | Modified to load the blast scores from a text file into the HDF5 file. | Don Pellegrino | 1 | -8/+45 |
2010-01-23 | Added routines for loading BLAST scores. | Don Pellegrino | 2 | -0/+4 |
2010-01-23 | Modified to test loading BLAST scores. | Don Pellegrino | 1 | -0/+13 |
2010-01-23 | Minimized the scope of sequence_data_field_names. | Don Pellegrino | 1 | -3/+3 |
2010-01-23 | Routines to load the results of a BLAST run into the HDF5 file. | Don Pellegrino | 5 | -0/+208 |
2010-01-21 | Removed unused status variable from check_h5_error function. | Donald Pellegrino | 7 | -31/+35 |
2010-01-20 | Updated the diagram to reflect the recent implementations of the aggregator. | Don Pellegrino | 1 | -0/+0 |
2010-01-19 | Ran GNU indent on the code and headers. | Don Pellegrino | 10 | -93/+99 |
2010-01-19 | Cleaned up some of the documentation. | Don Pellegrino | 1 | -4/+3 |
2010-01-19 | Updated the merge command to reflect the new table structure in the HDF5 file. | Don Pellegrino | 1 | -9/+20 |
2010-01-19 | Program now fully uses an existing file. The load functions detect | Don Pellegrino | 7 | -86/+201 |
2010-01-19 | Removed debugging flag. GNU Autotools is setting default debugging | Don Pellegrino | 1 | -1/+1 |
2010-01-19 | Updated to compile. Code fills a new table of type values however it does no... | Don Pellegrino | 1 | -106/+163 |
2010-01-18 | Organzied the functions into assign, error, load and model subdirectories. C... | Don Pellegrino | 22 | -71/+181 |
2010-01-18 | Added R history file to the ignore list. | Don Pellegrino | 1 | -0/+1 |
2010-01-18 | Scratch for exploring the HDF5 file in R. | Don Pellegrino | 1 | -5/+11 |
2010-01-18 | Added error handling for the case where a GI record is not found in the BLAST... | Don Pellegrino | 1 | -16/+57 |
2010-01-18 | Implemented updator to calculate and assign protein type values to | Don Pellegrino | 7 | -96/+188 |
2010-01-18 | Beginning of implmentation to iterate through and existing HDF5 and add calcu... | Don Pellegrino | 3 | -14/+59 |
2010-01-18 | Moved updating the HDF5 file to a separate driver. | Don Pellegrino | 3 | -8/+43 |
2010-01-18 | Added loading of the influenza.faa file. | Don Pellegrino | 4 | -8/+126 |
2010-01-18 | Ran GNU indent to format the code as per GNU coding conventions. | Don Pellegrino | 13 | -148/+145 |
2010-01-17 | Added error checking routines. Added implementation of | Don Pellegrino | 12 | -13/+211 |
2010-01-16 | Updated the diagram to remove an aggregator function for converting the year ... | Don Pellegrino | 1 | -0/+0 |
2010-01-16 | Added the assign_protein_type function declaration without implementation. | Don Pellegrino | 1 | -0/+2 |
2010-01-16 | Added the assign_protein_type function declaration without implementation. | Don Pellegrino | 2 | -0/+20 |
2010-01-16 | R worksheet to explore the data from the HDF5 file. | Don Pellegrino | 1 | -0/+19 |
2010-01-16 | Modified to convert the year field from text to numeric during the load. | Don Pellegrino | 1 | -9/+17 |
2010-01-16 | Annotated the inimplemented methods of aggregator. This serves as a todo lis... | Don Pellegrino | 1 | -0/+0 |
2010-01-16 | Added thoughts on the value provided by the HDF5 container. | Don Pellegrino | 1 | -19/+37 |
2010-01-16 | Added function declaration for load_influenza_faa. | Don Pellegrino | 4 | -3/+31 |
2010-01-16 | Implemented the loading of the influenza_aa.dat file. Tested by | Don Pellegrino | 4 | -41/+145 |