Age | Commit message (Collapse) | Author | Files | Lines |
| |
| |
| |
| |
| records which do not have them. This is a re-entrant process that
only updates missing records and skips quickly through existing
records. In addition premature termination loses at most 999 records
of work since every thousand records are written back to the file and
flushed to disk. Still to do is to write and flush the last set of
records in the final bin under 1000. Also refactored the
sequence_data structure so that it can be shared between HDF5 reading
and writing operations.
|
| |
| |
| |
| |
| 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.
|
| |
| |
| |
| |
| |
| |
| Consideration of the anlaytical tools to be used and their load
features should be considered to determine if the HDF5 container adds
any value. In general custom C programs should get value out of
saving the results of reading and ASCII to binary conversion steps
back out to HDF5.
|
| |
| comparing an export of the data from the HDF5 file and the original
file.
|
| |
| record of influenza_aa.dat populated.
|
| |
| |
| |