DVFS for genomic sequencing
Report
Report.pdf is the project report. It's source code is located in the directory report/
.
Compiling report
Requires docker and docker-compose.
Compile once:
docker-compose up plot && docker-compose up report
Automatically recompile on changes:
docker-compose up