Error While Running Trinity Rna-Seq Assembler
hello everyone, I am trying to run Trinity RNA-seq Assembler and has succesfully run the sample data. However, while running our data which is single-end reads in fasta format I am getting an error as "warn: Bad character in sequence". can anyone please tell me what's the issue.
thanks, Jyoti
• 4,302 views
•
link
1 answer
Your FASTA file may be not well formatted. You can find some validator or write a simple script to check whether some characters are not correct. For example, sequence can not contain spaces (e.g. ”akninkslsa lgnvisalae" is not valid). Anyway, it is just a text format, you can manipulate it freely.
Double check your running command, make sure your input file parameter is correct.
• 0 views
•
link
Log in to answer this question.
could you post two or three example sequences from the fasta file?
I have sequences in fasta format. Here are some of the example..
thanks, Jyoti
I guess the formatting messed it up, because they should look more like this:
oh yeah...the sequence format is exactly what you have posted...there was mistake in the format in my earlier post...I am sorry for that....
Are there any Ns in your sequences?