-
Notifications
You must be signed in to change notification settings - Fork 42
Issue running prepare_mapped_reads.py #107
Comments
You say that "misc/upgrade_model.py" didn't really help. In what way? Did "upgrade_model.py" succeed or give errors? If the upgrade succeeded, presumably you got a different error when you tried to use it after the upgrade, what was it? If the upgrade failed, presumably that gave an error of some sort so you need to provide details. |
Hello @SCDealy, I am having a similar problem... When running Also, I got a similar error as the individual above, my example is below.
Then when I try to run the command Thank you in advance for your time and help. |
Based on your traceback, it appears to me that the full path to "upgrade_model.py" on your system should be:
presumably your working directory is not inside the installed Taiyaki directory tree and the .../taiyaki/misc directory is probably not on your path, so you probably need to provide either the full path above to run the command, or a path that is specified relative to your working directory. The "locate" command can be useful for finding these kinds of accessory programs that are often provided with software packages but not installed on the default paths for executable programs |
@SCDealy Thank you for your help and prompt response. |
Hello, I'm kind of new to nanopore technology and wanted to to try taiyaki on algae sequences. Yet I have a problem when I'm running
prepare_mapped_reads
. First there are many warnings while running and after that I have an error on the version of my checkpoint model. Yet I got the pretrained model from the taiyaki_walkthrough folder.Error :
I tried to run the
misc/upgrade_model.py
with the model but it didn't really help.Thanks a lot in advance for your time.
The text was updated successfully, but these errors were encountered: