qasimyu / simuscop

a novel next-generation sequencing simulator using position and genomic contexts based error profiles
GNU General Public License v3.0
12 stars 4 forks source link

compile error resolved #5

Closed fultonardo closed 3 years ago

fultonardo commented 3 years ago

To resolve compile errors I added the line:

include

to the following 6 files: lib/config/Config.cpp lib/genome/Genome.cpp lib/mydefine/MyDefine.cpp lib/segment/Segment.cpp src/simuReads.cpp src/seqToProfile.cpp

qasimyu commented 3 years ago

It works, thank you for fixing the bugs