Dear Julien,
Thank you so much for your reply, the binary indeed works in my machine.
I intend to use MafFilter to eliminate duplicates from MAF files generated by pairwise genome alignments.
Several of these genomes are from non-model organisms, so many of them do not have chromosome information.
I wonder what MafFilter expects as the sequence header.
For instance, the Homo sapiens assembly we are working with has headers such as:
>NC_000001.11 Homo sapiens chromosome 1, GRCh38.p7 Primary Assembly
but in the MAF file, only the accession number was retained (i.e. NC_000001.11).
Because MafFilter requires the species name, how can we modify the sequence names in the MAF files so that they meet what the parser expects?
Cheers!