Currently the funestus GFF is not properly sorted, and so when doing advanced diplotype clustering, the genes are displayed in the wrong order, making it difficult to infer patterns and spans of CNVs.
Now we sort the GFF by contig, start in the genome_features() function.
To resolve #558 .
Currently the funestus GFF is not properly sorted, and so when doing advanced diplotype clustering, the genes are displayed in the wrong order, making it difficult to infer patterns and spans of CNVs.
Now we sort the GFF by contig, start in the genome_features() function.