Lucas
Lucas
To build on MacOSX you should try as specified in README: ` make -f Makefile.osx bin ` alternatively: ` make -f Makefile.c++11 bin ` as these don't rely on boost...
Hi. Unfortunately this problem is related with your compilation. Could you please check: https://stackoverflow.com/questions/17274032/c-threads-stdsystem-error-operation-not-permitted
Could you please try now to re-compile the code from the fresh devel branch and re-run on your example? I've merged the fix from @jvolkening to devel branch for this...
Thanks for feedback! After submitting fix into tag-fix branch, DSRC passes the specified tests. I'll later upload a simple automated testing script/framework to ease the testing.
Hi, I've added tags to repository for better release version control. Currently stable DSRC version is 2.0.2 - the corresponding source code, binary and libraries can now also be found...
Good point. This feature could have been explained more clearly. The only possible use-cases of using this feature are for reading and writing FASTQ data only, as there would be...
Thanks for report! Now the C++ library API is getting slightly changed, extending the available functionality. The problem you are mentioning should not occur even in the current version -...
There was a bug in the DSRC library when compressing FASTQ data record-by-record. The size of internal FASTQ block buffer was saved one byte too large, resulting in adding extra...
Great, thanks. I'll close the issue once the changes from _devel_ branch are integrated into the _master_.