OK I've downloaded it and took a look here is my 1 minute summary: a bioinformatics tool paper that seems to lack basic software engineering principles. It seems to provide a black-box binary library that was purposefully obfuscated
- No documentation of any kind provided on the website. You have to agree to the licencing agreement download and look at a PDF to realize that it requires a large variety of software that is considered obsolete. java 1.7, samtools.0.1.19 and so on.
- The 'software' consist of a naive python script of frankly very low quality. It does does not even make use of built in parsing modules and most of the program consists of endless cascading if/elif constructs to parse a config file.
- Then there is a dubious shared library (.so) that seems to originally been written in python, then compiled with cython into a .so library (I will make a note that this is the recommended practice when trying to maximally obfuscate a python)
There is an inherent conflict in this paper one is that of presenting it as open research paper - the other is a desire to hide, obfuscate it as much as possible.