account.c geneid v 1.1 source documentation


Description:
To save accounting information such as statistics about amount of predicted sites and exons or (CPU and real) time consumed for the current running. This data will be displayed at the end of the processing (verbose mode).
Briefing:
account* InitAcc()
Allocation of accounting data structure and setting the counters (including the time counter).
void updateTotals(account *m,
                  packSites* allSites,
                  packSites* allSites_r,
                  packExons* allExons,
                  packExons* allExons_r)
Update stats for every type of sites and exons. Compute the total number of sites and exons (both strands and together) in the input sequence.
void cleanAcc(account* m)
Reset total number of sites and exons counters for the next input sequence.




Enrique Blanco Garcia © 2001