Currently, the loadLineage function expects the first line to be the one where the package is defined at.
However, there are other valid values that could be present there (like a comment line), which would make the current implementation to fail. So, would be good to refine the parsing within that function to make it able to handle such cases.
Currently, the
loadLineage
function expects the first line to be the one where thepackage
is defined at.However, there are other valid values that could be present there (like a comment line), which would make the current implementation to fail. So, would be good to refine the parsing within that function to make it able to handle such cases.