-
Notifications
You must be signed in to change notification settings - Fork 6
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
Quality header must start with +: CGGCCTCAGTGAGCGA... at line 1 in fastq #38
Comments
Thank you for using PBSIM3. |
This is what the FASTQ file looks like: I have re-ran the command line several times and the files are all corrupted. Do you think the issue could be linked to the input FASTA file? I checked the sample FASTA file that you provided and compare it with my FASTA file. The difference is that in yours the bases are all written in capital letters, while mine are in common. |
PBSIM converts lowercase letters in the genome sequence to uppercase. Non-ATGC letters are randomly changed to ATGC in the reads. |
My FASTA was indeed using CRLF (\r\n) . I changed it and the FastQC analysis was successful. Is this requirement noted in the README? If so, could you point me to where exactly? |
This is something that needs to be noted, so I've added it to the README. |
I generated reads using the following command line:
´pbsim --strategy wgs --method qshmm --qshmm ../../../../pbsim/pbsim3/data/QSHMM-ONT-HQ.model --length-min 2050 --length-max 2050 --depth 6000 --difference-ratio 0:0:0 --genome ../file.fa --prefix ssaav --accuracy-mean 1´
However, when I try to run a quality control using FastQC or to convert the FASTQ file top BAM using picard-tools, the same error is generated : " Quality header must start with +: CGGCCTCAGTGAGCGAGCGAGCGCGCAGAGAGGGAGTGGCCAACTCCATCACTAGGGGTTCCTCAGATCAATTCCCGCCT at line 1 in fastq".
I would like to know if this error stems from the parameters I have chosen or maybe the issue is linked to the tool.
The text was updated successfully, but these errors were encountered: