added cluster tool. both cluster and merge require sorted files for efficiency.
Showing
- Makefile 1 addition, 0 deletionsMakefile
- scripts/makeBashScripts.py 2 additions, 1 deletionscripts/makeBashScripts.py
- src/bedtools.cpp 3 additions, 0 deletionssrc/bedtools.cpp
- src/clusterBed/Makefile 43 additions, 0 deletionssrc/clusterBed/Makefile
- src/clusterBed/clusterBed.cpp 115 additions, 0 deletionssrc/clusterBed/clusterBed.cpp
- src/clusterBed/clusterBed.h 46 additions, 0 deletionssrc/clusterBed/clusterBed.h
- src/clusterBed/clusterMain.cpp 121 additions, 0 deletionssrc/clusterBed/clusterMain.cpp
- src/mergeBed/mergeBed.cpp 38 additions, 45 deletionssrc/mergeBed/mergeBed.cpp
- src/utils/bedFile/bedFile.cpp 5 additions, 1 deletionsrc/utils/bedFile/bedFile.cpp
src/clusterBed/Makefile
0 → 100644
src/clusterBed/clusterBed.cpp
0 → 100644
src/clusterBed/clusterBed.h
0 → 100644
src/clusterBed/clusterMain.cpp
0 → 100644
Please register or sign in to comment