-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
TypeError when trying to initialise Alignment object using positional argument. #6
Comments
Hi Ashton, are you using the latest version of PyFAMSA? This only works in |
Hi, thank you for your quick reply. Indeed I got too excited to test the new features and forgot to update. However I'm now encountering some memory errors in C.
Edit: |
I cannot reproduce on my end, so it doesn't look like an issue with the sequences. Can I get some information about your Python version, Operating System, etc. ? |
Hi, sorry for the delay in replying. I had a play around with it on some different machines and eventually I was able to get it running. Unfortunately It still crashes on my WSL install: Except I was able to get it running on windows, so it must be an OS specific error. Let me know how else I can help, |
Hello,
I'm attempting to run a profile alignment using two sub alignments stored as string in memory. In order to do so I am initialising a new Alignment object using an iterable of GappedSequence objects. This is resulting in a TypeError crash. It is easily repeatable by following the example in the docs
`
Regards,
Ashton
The text was updated successfully, but these errors were encountered: