We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in rule sc2rf_recombinants
sc2rf_recombinants
File "ncov-recombinant/sc2rf/postprocess.py", line 1334 in main l_node = [c for c in tree.find_clades(l)][0] IndexError: list index out of range
I think the solution is to use if else statements to check whether we actually found the lineage in the tree.
The text was updated successfully, but these errors were encountered:
postprocess: fix bug for issue #241
4124f5e
No branches or pull requests
Error in rule
sc2rf_recombinants
I think the solution is to use if else statements to check whether we actually found the lineage in the tree.
The text was updated successfully, but these errors were encountered: