-
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
Job is in D state for a long time #50
Comments
Hello, that is strange. Would you be willing to share 1 fast5 file with me to test it? Thanks |
Thank you for your reply. It reads the file and gets stuck on the D state. I look forward to hearing back from your side. Thanks |
Hello, Could you do a SquiggleKit was originally designed around single fast5 files, and when multi files came, it created some complexity, because the fast5 scheme was confusing and had no 100% way of detecting the differences, so took a while for the community to build all the checks. My solution was to let the user define it, so multi is default, and single files need the --single flag. Saying that, there was a bug on a check that was throwing a different error (not this bug), and I fixed that and tested it with the fast5 above. Let me know if this fixes it for you. James |
Thank you very much for your detailed answer, James. I tried the argument you suggested after a git pull:
And the job still is in D state.. And, how long does it take for you to plot this fast5 file? Is your job always in the R state? I appreciate your feedback, thanks |
Hmm, Try it with python2 if you can (it was originally built for that and should work). I'll see if I can troubleshoot why it's failing with python 3. James |
I tried it with py2.7 now, and it directly goes into the D state as well.. PS: I do not get the terminal output of I do not know what it could be.. Thank you for the help! |
Okay now that's interesting. What happens if you just run it with -h as the only argument? You should be getting errors on stderr if something is going wrong |
I am getting a pretty healthy help section actually (in py2.7):
|
Okay, could you try the -i and --single commands like before, but with --save test.png --save_path ./ --no_show This will check if the back end of matplotlib is working, without the interactive plots. Let me know if it produces anything. |
Hi,
I am trying to plot an individual fast5 file, and therefore installed the requirements to run:
python SquigglePlot.py -i ~/data/test.fast5
(version python = 3.7)
However, after the script said
'fast5 file is being looked at'
, the process has stopped in D state (uninterrupted sleep).I do not know what is expected me to do in this state, as D state is generally associated with I/O.
Can I have some help regarding this please?
Thank you.
The text was updated successfully, but these errors were encountered: