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

FIX: XXMotif.py does not parse motif results #178

Closed
kirbyziegler opened this issue Mar 24, 2021 · 1 comment
Closed

FIX: XXMotif.py does not parse motif results #178

kirbyziegler opened this issue Mar 24, 2021 · 1 comment
Milestone

Comments

@kirbyziegler
Copy link

Running: test_tools.py

[XXMotif.py]: line 93: motifs, stdout, stderr = self._read_and_label_motifs(outfile, stdout, stderr, fmt="xxmotif")
[motifprogram.py]: line 41: motifs = read_motifs(outfile, fmt="meme")
[motif.py]: line 1591: def read_motifs(infile=None, fmt="pfm", as_dict=False):
[motif.py]: line 1621: motifs = _read_motifs_from_filehandle(f, fmt)

  • The fmt variable is being overwritten from "xxmotif" to "meme" by motifprogram.py (line 41)

Solution:

[motifprogram.py]: line 41: motifs = read_motifs(outfile, fmt)

@kirbyziegler kirbyziegler changed the title XXMotif.py does not parse motif results FIX: XXMotif.py does not parse motif results Mar 24, 2021
@simonvh
Copy link
Member

simonvh commented Apr 9, 2021

Good call!

@simonvh simonvh added this to the 0.15.4 milestone Apr 13, 2021
@simonvh simonvh closed this as completed May 18, 2021
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

2 participants