roblanf/minion_qc

5 parsing failures

Closed this issue · 3 comments

Hello,

I have sequencing_summary.txt file from guppy (FLO-MIN106, SQK-LSK108). I tried to use MinIONQC script and had such error:

INFO [2019-11-29 13:30:37] Loading input file: /home/valery/Documents/data/Doroshenko/sequencing_summary.txt
Warning: 5 parsing failures.
row col expected actual file
8001 -- 18 columns 1 columns '/home/valery/Documents/data/Doroshenko/sequencing_summary.txt'
8002 -- 18 columns 3 columns '/home/valery/Documents/data/Doroshenko/sequencing_summary.txt'
8003 -- 18 columns 1 columns '/home/valery/Documents/data/Doroshenko/sequencing_summary.txt'
8004 -- 18 columns 3 columns '/home/valery/Documents/data/Doroshenko/sequencing_summary.txt'
8005 -- 18 columns 3 columns '/home/valery/Documents/data/Doroshenko/sequencing_summary.txt'

Error in if (max(d$channel) <= 512) { :
missing value where TRUE/FALSE needed
Calls: single.flowcell -> load_summary
Execution halted

my command was Rscript /home/valery/Downloads/MinIONQC.R -i /home/valery/Documents/data/Doroshenko/sequencing_summary.txt -o /home/valery/Documents/Doroshenko -p 30

After basecalling i used guppy for trim barcoding(kit EXP-NBD103), but this file is before trimming.

Could you help me?

Before i used MinIONQC with other data and everything was excellent. But the data was without barcodes.

Thanks a lot.

Hi @valery-shap, I see you closed this - could you let me know the issue?

If possible I'd like to do something that would at least give a more useful error message than the one that you got. If you're willing to send me a subset of your input file (e.g. a thousand lines or so) that I could use as a test case, that could also be useful.

Cheers,

Rob

Thank you for your answer. I had the error with NanoPlot tool too and wdecoster answered me that there are NaNs in my file. When I manually delete these fast5 files, everything is ok with NanoPLot and MinIONQC. When i basecalled with guppy I didn't have any errors.
I tried PycoQC tool too and it worked with NaNs in the file.
wdecoster/NanoPlot#160

I'd like to have a statistics within barcodes(not only count reads), Is it possible for MinIONQC?
sorry for the question not in the topic theme.