Skip to content
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

Error: incorrect FASTQ format #37

Open
MrTomRod opened this issue Jan 12, 2023 · 0 comments
Open

Error: incorrect FASTQ format #37

MrTomRod opened this issue Jan 12, 2023 · 0 comments

Comments

@MrTomRod
Copy link

MrTomRod commented Jan 12, 2023

I tried to filter the raw data SRR14458708 from this paper.

Data download: SRA

Extraction:

$ docker run -v .:/data -it staphb/sratoolkit bash
(docker)$ fastq-dump -I --split-files SRR14458708

Filtlong:

$ docker run -v .:/data -it staphb/filtlong bash
(docker)$ filtlong --min_length 1000 --keep_percent 90 DZ2-SRR14458708_1.fastq 
Scoring long reads
  630513 reads (3002114721 bp)Error: incorrect FASTQ format for read DZ2-SRR14458708.630514.1

What does that mean?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant