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've found a tiny mistake in your preprocess.pyscript on line 43.
Instead of:
from frogsSequenceIO import SequenceFileReader
there is:
from sequenceIO import SequenceFileReader
which prints out an error.
The text was updated successfully, but these errors were encountered:
frogs-docker is not up to date with the last version of FROGS where, you are right, sequenceIO became frogsSequenceIO.
sequenceIO.py exists in frogs-docker/preprocess/bin directory.
Hi,
I've found a tiny mistake in your preprocess.pyscript on line 43.
Instead of:
from frogsSequenceIO import SequenceFileReader
there is:
from sequenceIO import SequenceFileReader
which prints out an error.
The text was updated successfully, but these errors were encountered: