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
format_gene_df uses dictionaries (named lists) to create new col names. But this is problematic when there are many:many orthologs. Switch over to using some sort of dataframe/filtering strategy instead.
Also, provide a warning to users when gene_output is "dict" or "dict_rev" AND non121_strategy is not "dbs".
The text was updated successfully, but these errors were encountered:
format_gene_df
uses dictionaries (named lists) to create new col names. But this is problematic when there are many:many orthologs. Switch over to using some sort of dataframe/filtering strategy instead.Also, provide a warning to users when
gene_output
is "dict" or "dict_rev" ANDnon121_strategy
is not "dbs".The text was updated successfully, but these errors were encountered: