-
Notifications
You must be signed in to change notification settings - Fork 23
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
SquigglePlot.py does not result in anything #35
Comments
Hello, Is it a multi-fast5 file? (multiple raw signals in a single file, usually with a file size of 80mb or higher) so something like Let me know how that goes :) (I need to switch multi-fast5 on as default, i'll add it to my TODO list) |
Thank you for the quick response! The command you gave me additionally says "done" |
That's weird. I'll run some tests and see if I can track this down. James |
I managed to just generate signals using Squiggle Pull because I ultimately wanted to use Motif Seq. I managed to get Motif Seq running (mostly, I guess, that's why I'm here haha). However, I'm getting the following output, and I don't really know where to go with it. command
python3: Unrecognised base 85 in read Sorry for all the questions. |
Sorry, the command I used was actually |
Hey, Otherwise, check the structure of your Let me know how that goes, or if you need me to elaborate more on how to fix that. Also, no worries about the questions. We ask until we know, that's what makes us scientists :) |
I've seemingly gotten everything to start working! One last question, do you think MotifSeq would ever be able to incorporate looking at RNA? |
Oh great. Yea, it already can look at RNA. |
When I try to generate the RNA model and incorporate that into the MotifSeq.py it tells me IndexError: list index out of range. Without modeling and just using the .fa file it will run. What could I be doing wrong now? |
Can you show me the command you used for that? |
Hello, I meet the same problem. It returns nothing but Thanks! |
Hello, I'll have a look and get back to you soon. James |
Hello, I ran the following command on my Ubuntu 18.04 system
inside the repo folder, and it works. Is your system set up to draw the plots using matplotlib? If it is Linux, you may need to set up Tk/Tkinter to be used with matplotlib. I would first check to see if you can plot anything with the same python environment. Try running something like
and see if it opens a plot window. |
Hello, after running this command
python SquigglePlot.py -p /home/lab/Nano/lytic.fast5
it seems as if it is working and says "Done" but I am unable to see anything. I have tried to save .pdf and save_path and nothing shows up. What could I be doing wrong?The text was updated successfully, but these errors were encountered: