I am trying to add another database to my previously completed run, but EnTAP will not read the results from the previous run and errors out after trying one transcript with this message
Error code: 140
Ensure the similarity searching finished properly and your output files are not empty.
Unable to find sequence in transcriptome: TRINITY_DN100586_c0_g1_i1.p1 from file: Vc_trinity//similarity_search/DIAMOND/blastp_Trinity_final_APD3_2020.out
Any suggestions on how I can maintain my old results for the next run? I'm not sure if the --no-trim flag would be appropriate to use here, seeing as EnTAP isn't using a grep like match, but wants the real deal, not a "trim" version.
Howdy,
I am trying to add another database to my previously completed run, but EnTAP will not read the results from the previous run and errors out after trying one transcript with this message
Any suggestions on how I can maintain my old results for the next run? I'm not sure if the
--no-trim
flag would be appropriate to use here, seeing as EnTAP isn't using a grep like match, but wants the real deal, not a "trim" version.command:
grep searches for long lost hit:
Thanks for the help!