Open cmfield opened 5 years ago
Sorry for the late reply. I think that the reason why the program did not have any feedback is that the input file is too large. You may try to separate the input file into smaller files (less than 100000 sequences in each file). Thank you for pointing out some odd behavior in our program and we will optimize the code in the updated version. If you want to run two instances in parallel using the current version, you may copy the package and run in different folders.
I have been trying to get the compiled binary running via MCR, and noticed a few odd behaviours:
Despite all of this, the program is now hanging, randomly, without any feedback. Error-handling from the called python script is non-existent. I have absolutely no idea what it's doing internally and why it stops. Is it necessary to write the wrapper in Matlab at all? Surely python can do all the requisite system calls?