Closed MrTomRod closed 3 years ago
Apologies for the incredibly late reply. I somehow missed your message. To adress the comments in order:
For the "bad" error messages, I am currently working on a massive redesign which should prevent these kinds of issues.
Cool, thanks! Looking forward to future versions!
Hi!
I really like your tool and how incredibly fast it is!
I noticed three small issues:
For fun, I ran GenDisCal on a protein fasta, which led to this output:
One of my assemblies had lower case letters, and the output was:
When I using (
--filelist
) and formatting as--distancematrix
, the lower-cased FASTAs always hadnan
as output, but the return code was still 0.In all of these cases, I would have preferred an error message and exit status 1. (Better design by contract.) It would also be nice if the error message could specify what went wrong.
This would make automatizing it easier because errors would be catched earlier. I now have to write code that checks if the output is valid.