The file is just a sequence of letters(A, C, G, T) without any other character (no newlines etc). XM V2 supported this format. I solved it by putting a '>\n' at the start of the file. But now I'm also experiencing data corruption as reported in issue 29.
I'm trying to compress a DNA sequence file and it throws a nullpointer. Any ideas why?
It appears the program doesn't support sequence files? Only Fasta, Fastq.. is that correct?