faircloth-lab/tapir

issues in get_informative_sites routine in compute.py

Closed this issue · 3 comments

The new version of DendroPy no longer supports a character matrix having an object called sequences.

I also am having issues with my JSON file having many 'null's throughout it which was throwing errors in parse_site_rates, but that might be user error with my version of HyPhy.

Hi @singhal, thanks for reporting this issue. I can't seem to reproduce it; according to the DendroPy source code the sequences attribute is alive and well in DendroPy. Can you please reinstall tapir using the instructions from the README? If you are still encountering the issue please copy and paste the full commands you are running as well as the data you're trying it on. You can also email me if you'd rather not post it publicly.

@jonchang Thanks for the help -- it looks like my Python was preferentially importing an older version of dendropy, so I changed the sys.path to import the newer version and all is set. Sorry for the distraction.

No worries, glad to hear it's fixed.