-
Notifications
You must be signed in to change notification settings - Fork 41
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
Script fails to finish creating plots #37
Comments
Hi Andries, If you are able to send me your Cheers, Rob |
Hi @roblanf,
Please see the |
Hi @DeniRibicic, Taking a look now. Will update! Rob |
@DeniRibicic I couldn't reproduce your error using your input file, which suggests it's a difference in our environments. Have you updated all the required packages recently? If so, can you paste in as much information as possible on your environment, packge versions, etc? To update all the relevant packages you can do this:
|
@roblanf all the packages were up-to-date, but R was an older version |
Thanks for the update @DeniRibicic. I wish I had any idea at all about what the issue was. I'll leave this open in the hopes that I can recreate it by installing R 3.5.1 first. |
@roblanf something interesting is happening. When I run the script directly in my shell everything works fine. On the side note, I have noticed when activating conda environment in my |
Interesting. My bet (and I'm clutching at straws, tbh) is that you're right that these are related. You could try different ways of calling your bash script, e.g. with What's most odd to me is that whatever is breaking is buried fairly deep down in |
@roblanf sorry for the late reply. Here is some info:
Not sure how helpful is this, but thanks for the effort tho. |
Hi,
I'm trying to run MinIONQC.R on some nanopore data I basecalled using albacore (with and without the --barcoding option. The script runs and creates some of the plots and then falls over with the following error:
INFO [2018-07-26 08:17:33] Loading input file: sequencing_summary.txt
INFO [2018-07-26 08:17:53] .: creating output directory:.
INFO [2018-07-26 08:17:53] .: summarising input file for flowcell
INFO [2018-07-26 08:17:54] .: plotting length histogram
INFO [2018-07-26 08:17:59] .: plotting mean Q score histogram
INFO [2018-07-26 08:18:04] .: plotting flowcell overview
INFO [2018-07-26 08:19:01] .: plotting flowcell yield over time
INFO [2018-07-26 08:19:18] .: plotting flowcell yield by read length
INFO [2018-07-26 08:19:31] .: plotting sequence length over time
Error in ans[!test & ok] <- rep(no, length.out = length(ans))[!test & :
replacement has length zero
Calls: single.flowcell ... expand_range4 -> expand_range -> -> f -> ifelse
Execution halted
Thanks,
Andries
The text was updated successfully, but these errors were encountered: