First test commit for restructuring of the tracts.py code
basic classes like tract,chrom,chropair etc will be placed in /core/objects/
Adjusting the imports (all absolute) in the examples and other files
To install do
python setup.py install
I will separate all the classes from the tracts.py to objects module and then check and modify the codes accordingly.
I have not changed the tracts.py file in this commit, but I tested the restructuring by commenting out the relevant restructured classes and running the examples. Will keep updating this PR
First test commit for restructuring of the tracts.py code basic classes like tract,chrom,chropair etc will be placed in /core/objects/ Adjusting the imports (all absolute) in the examples and other files
To install do
python setup.py install
I will separate all the classes from the tracts.py to objects module and then check and modify the codes accordingly. I have not changed the tracts.py file in this commit, but I tested the restructuring by commenting out the relevant restructured classes and running the examples. Will keep updating this PR