how to solve the problem "Invalid character (+) in sequence"
When I annotated the metagenomic data with args_oap_3.2.3, the following error was reported.
I found the contents of the line in the corresponding file as follows. I don't understand what the problem is, how to solve it.
• 2,286 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Your fastq file is broken, the line after
@SRR10492803.32660369 32ACATTTT...is+, this line should be sequences line, not+. You need to use md5sum to check md5 files after downloading data.Thank you. I thought that might be the reason
The program expects a fasta file but you're giving it a fastq file?
The fastq files are also available