Closed TobyBaril closed 3 years ago
Hi Toby,
Thank you for reaching out and for using PhyKIT!
Would you be able to provide the version number you are using for PhyKIT and biopython?
All the best,
Jacob
Phykit version 1.4.1 Biopython version 1.79
Installed in a new conda environment
Great - thanks for the information!
I think I know the issue and it is an easy fix. To be sure, would you be able to send your input files over? You can email them. My contact info is here https://jlsteenwyk.com/contact.html
Thank you for working with me on this Toby!
best,
Jacob
Hi Toby,
Thank you for your assistance in working out this bug. The issue was simple.
In line 221, concatenated.append(s.decode("utf-8"))
had to be changed to concatenated.append(s)
because a string does not need to be decoded.
Together with other integration tests, the function that gave this error now has 100% code coverage. Thus, you will likely never run into that error again.
These changes are implemented in PhyKIT, v1.4.2.
Thank you again for your help and interest in PhyKIT.
All the best,
Jacob L. Steenwyk
Hi!
I am trying to make a supermatrix of BUSCO genes.
I have made the txt file containing the full path to the files containing the alignments of each gene, and I have checked that the fasta headers are the same for each species in every fasta.
I have had lots of success using phykit in the past, but I am trying it on a new system and keep getting the following error:
I would be really grateful for any help in solving this,
Many thanks,
Toby