Closed guyleonard closed 3 years ago
Solved it as soon as I post - obviously.
It seems to work when you remove blank spaces from the fasta header of the input.
>TRINITY_DN104188_c0_g1_i1 len=214 path=[0:0-213]
TGTAAGCCTTTTTGAATCGGGCATTTTCATCTTCAACCACAACAAAGTAGTAGCCTGTGGCAAA....
becomes
>TRINITY_DN104188_c0_g1_i1_len=214_path=[0:0-213]
TGTAAGCCTTTTTGAATCGGGCATTTTCATCTTCAACCACAACAAAGTAGTAGCCTGTGGCAAA....
I used reformat.sh from BBTools
reformat.sh in=reads.fasta out=fixed.fasta addunderscore
Hi, I am getting error code 106 during the TransDecoder parsing stage in EnTAP v0.10.7-beta.
Input is from Trinity v2.11.0 and looks like:
and the file it says it has an issue with looks like:
Otherwise TransDecoder seemed to run correctly. Any ideas?