> data_structure.h : declaration of structures and other global variables used
> ids_poset.c : main starting file
> poset_manage.h : functions to manage creation and deletion of posets
> clean.h : functions to clean out the repatitions in the input
Outputs
-------
<name>.sig ==> signature of an application
<name>.val ==> conatins:
** number of input datasets
** mean of number of mismatches
** varience of number of mismatches
** format: n m v
input ==> contains input sequnce to check for anomaly
To compile and run: gcc ids_poset.c -lm -o ids ./ids