<div dir="ltr">Hi Andreas, Hi all,<div><br></div><div>I tried to figure out what exactly could cause the failure. The error refers to the test filesĀ in theĀ <span style="white-space:pre-wrap">kmer_lists directory that are in binary format. It seems they were generated on a little-endian architecture, that is why the test fails on big-endian when it tries to verify the file by comparing its first bytes with a given magic. </span></div><div><span style="white-space:pre-wrap"><br></span></div><div><span style="white-space:pre-wrap">kmer_list/readme.txt says that the test files could be downloaded from </span><a href="http://primer3.ut.ee/lists.htm" style="white-space:pre-wrap">http://primer3.ut.ee/lists.htm</a>, which says the files can also be created by<span style="white-space:pre-wrap"> </span><i class="" style="white-space:pre-wrap">glistmaker</i><span style="white-space:pre-wrap"> from </span>GenomeTester4<span style="white-space:pre-wrap"> package. </span></div><div><span style="white-space:pre-wrap"><br></span></div><div><span style="white-space:pre-wrap">So one solution could be to generate a set of similar test files for big-endian architectures. For this, only genome sequences in Fasta format would be necessary. But at this point, I get stuck as I have never faced a need to emulate big-endian. Are there other ways to deal with that type of problem?</span></div><div><span style="white-space:pre-wrap"><br></span></div><div><span style="white-space:pre-wrap">With regards,</span></div><div><span style="white-space:pre-wrap">Liubov</span></div></div>