I have a nanopore sequencing data: https://www.ncbi.nlm.nih.gov/sra/SRX5326468[accn] And I want to convert sra format file to fastq format file. There is an error occured, and help would be greatly appreciate.
Error information: Rejected 1191866 SPOTS because SPOTLEN < 1. Read 1191866 spots for SRR8523633.sra Written 0 spots for SRR8523633.sra
Difficult to help you without knowing what program and what command failed in this task. See if this works for you. In the far right column on this page there are links to several similar questions that may be useful.
I think nanopore sequencing data does not have any quality score. Fastq has a quality score. So you can get fast5 file out of SRA check the link how-to-get-nanopore-minion-fast5-from-sra. Later u can use poretools to convert fast5 to fastq.
Provide the command used, so that we can help you in better way. You can go through 4th post provided in this link. As your data is of oxford nanopore which is SE, you can try using –split-3, where you get all single end reads in separate file.