- All this work is done in the scope of the Spring 2020 Independent Study (CISC 5001) Class in the Computer Science Department of Brooklyn College.
- This semester, the TRed (Tandem Repeats Detector) C++ program has been analyzed and upgraded to improve execution speed.
- The TRed Version v4.0 and v4.1-alpha programs were released.
- See newest release: TRed Version v4.1.1-alpha.
https://mary060196.github.io/CISC5001_Research_Project_Implementing_TRed_Efficiently/
TRed-Version-4-Documentation.pdf
Release v4.1.1-alpha (Suffix arrays version: Default Setting) is at
Note: The program at this version runs longer than the program at version v4.0.1. It is advised to use the v4.0.1 release of the program (see below) for maximum execution speed.
Release v4.0.1 (Multi-threaded version: Default Setting) is at
Release v4.1-alpha (Suffix arrays version) is at
Note: The program at this version runs longer than the program at version v4.0.1. It is advised to use the v4.0.1 release of the program (see above) for maximum execution speed.
Release v4.0 (Multi-threaded version) is at
To view the progress that the project is making, view
To clone the repository, enter
git clone https://github.com/mary060196/CISC5001_Research_Project_Implementing_TRed_Efficiently
in your command-line application. Afterwards, cd
into the repository.
Then, select the branch related to the release you wish to view (either multi-threaded
or suffix-array
) and type
git checkout multi-threaded
or
git checkout suffix-array
respectively, to enter the branch and view the most recent source code + usage instructions.
Alternatively, choose the relevant release from above and download a zipped (.zip
) or tarred (tar.gz
) folder containing the program to your device.