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
Hi I am using your python code to calculate maxZ-Score because this is the only implementation of maxZ paper I got. I am running into this error when I run
maxz -a results/03_nonrefbased/halign3.aln -c no -m binary -d self -s nucleotide
#background distribution frequencies do not add up to one
I have some other nucleotides other than ATGC in my nucleotide MSA which I think the current code does not handle.
PS: I have converted your scripts to make them compatible with Python3. If you plan to upgrade this, I can open a PR. Please let me know.
The text was updated successfully, but these errors were encountered:
Hi I am using your python code to calculate maxZ-Score because this is the only implementation of maxZ paper I got. I am running into this error when I run
I have some other nucleotides other than ATGC in my nucleotide MSA which I think the current code does not handle.
PS: I have converted your scripts to make them compatible with Python3. If you plan to upgrade this, I can open a PR. Please let me know.
The text was updated successfully, but these errors were encountered: