Open quanc1989 opened 6 years ago
Hi,
The fast5 file structure has changed a lot since 2015 and R7 data is no longer well supported. If you want to exactly replicate the analysis for our paper you'll have to use the specific version of nanopolish that we have in pipeline.make
.
Jared
@jts Thanks a lot! This error confused me a few days. Based on your suggestion, counld I draw a conclusion that current version of nanopolish have to work with fast5 Files which contain /Raw/Signal ? And is it true for both methyltrain, methyltest and call-methylation?
Yes, all modern ONT data will contain /Raw/Signal. We've tried to maintain support for older data in nanopolish but since no one really uses R7 data anymore some features may be neglected.
Got it. Then I have to find some R9 data to train the model. Thanks again.
I downloaded data from https://www.ebi.ac.uk/ena/data/view/PRJEB13021 and want to compile the pipeline. Since the whole dataset is too large, I extract 20-30 files from ecoli R7 data for training (ecoli_er2925.MSssI.timp.100215.fast5, ecoli_er2925.native.timp.110915.fast5, ecoli_er2925.pcr_MSssI.timp.021216.fast5, ecoli_er2925.pcr.timp.021216.fast5).
Then I compiled the pipeline and the following error occurs. I found that raw R7 fast5 files have no Signal object, I wonder whether this pipeline could be accomplished by these data without Raw Signal.