Skip to content
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

error "### Wrong alphabet used in MEME ###" #2

Open
RomainBlancMathieu opened this issue Nov 18, 2021 · 0 comments
Open

error "### Wrong alphabet used in MEME ###" #2

RomainBlancMathieu opened this issue Nov 18, 2021 · 0 comments

Comments

@RomainBlancMathieu
Copy link

Hello,
When running tffm_module.py I accountered the following error:
Wrong alphabet used in MEME

modifying line 1002 in tffm_module.py
FROM
if record.alphabet != IUPAC.unambiguous_dna:
TO
if record.alphabet != "".join(sorted(IUPAC.unambiguous_dna.letters)):
solved the problem.

is this just happening on my machine or do other persons had this issue?
In the latter case would it be possible to fix this line in the git version ?
Many thanks in advance!
Romain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant