This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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. enter image description here

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.enter image description here

metagenome args_oap

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.

The program expects a fasta file but you're giving it a fastq file?

0 answers

No answers yet.

Log in to answer this question.