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
See the example scripts and the wiki for how to use the current version of MOODS. The basic equivalent of old search is MOODS.scan.scan_dna, but do note that various input processing options, such as log-odds conversion, are no longer baked into the scanning function but rather should be done before invoking it.
is MOODS.search() deprecated?
if yes - what function in latest 1.9.4.1 release can help me do that thing?
I am trying to use an old python script and while:
MOODS.search(seq, [bm], 48, algorithm="pla", absolute_threshold=True)
I receive an error
ModuleNotFoundError: No module named 'MOODS._cmodule'
The text was updated successfully, but these errors were encountered: