You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, we calculate a --tree from all RIBAP groups that have all input species. E.g., when there are 28 input genomes we search for MSAs that have 28 genes in the filter_alignment step.
This can fail when there are no such MSAs, see #54
A solution can be, that we search for MSAs with n-1 species if there are no with n species. However, we need to check how this impacts the core gene MSA and final tree calculations. It can then also happen, that species that were given as input do not show up in the tree (e.g. when there is a species that does not have any core gene with all the other species, but then does a core gene tree anyway make sense?)
The text was updated successfully, but these errors were encountered:
At the moment, we calculate a
--tree
from all RIBAP groups that have all input species. E.g., when there are 28 input genomes we search for MSAs that have 28 genes in thefilter_alignment
step.This can fail when there are no such MSAs, see #54
A solution can be, that we search for MSAs with n-1 species if there are no with n species. However, we need to check how this impacts the core gene MSA and final tree calculations. It can then also happen, that species that were given as input do not show up in the tree (e.g. when there is a species that does not have any core gene with all the other species, but then does a core gene tree anyway make sense?)
The text was updated successfully, but these errors were encountered: