import std.stdio; import htslib.hts_log; import std.algorithm : map; import std.array : array; import std.path : buildPath,dirName; hts_set_log_level(htsLogLevel.HTS_LOG_INFO); hts_log_info(__FUNCTION__, "Testing FastqFile"); hts_log_info(__FUNCTION__, "Loading test file"); auto fqs = FastqFile(buildPath(dirName(dirName(dirName(__FILE__))),"htslib","test","fastqs.fq")); assert(fqs.array.length == 125); // assert(bg.array == ["122333444455555"]);