Closed rimjhimroy closed 4 years ago
Hi Rimjhim,
It's likely that the curated library you provided Brassicaceae_repbase_all_march2019.fa
does not have classification info in it.
v1.9.3 should have fixed this error: Use of uninitialized value $type in concatenation (.) or string at /data/users/rchoudhury/programs/EDTA1.9/EDTA/util/gff2bed.pl line 82, <GFF> line 6331.
Please update and try again.
Best, Shujun
Hi Shujun,
I am facing the same issue. The summary file is empty. I am running v1.9.0 via conda. I do not see v1.9.3. Should I install it separately?
Thanks Abhijit
Hi Shujun,
Thanks for your swift response. Indeed, updating to v1.9.3 + a library with classification information in RepeatMasker format solved the issue.
Many Thanks, Rimjhim
Hi @sanyalab, you may install v1.9.0 using conda, then git clone v1.9.3 and run EDTA from the cloned path using the conda env. - Shujun
Hi, @oushujun
I ran EDTA with v2.1.3, and I met the same issue that 'TEanno.sum file is empty'.
My commond: EDTA.pl --genome genome.fa --cds cds.fa --species others --step all --sensitive 1 --anno 1 --overwrite 0
Error: Use of uninitialized value $type in concatenation (.) or string at /home/wangmin/software/EDTA/util/gff2bed.pl line 110,
Can you help me?
Thanks Min
Hi Min,
I tested on v2.1.3 and v2.0.1 on my end and they are working fine. One trivial thing, you need to specify the path to the EDTA v2.1.3 script otherwise it will use the conda version available in $ENV. The latest conda version is v2.1.0.
If the error persists, you may want to reinstall EDTA in an isolated conda env and test again.
Best, Shujun
Hi @oushujun,
I am running EDTA as follows:
EDTA.pl --step all --curatedlib ../Brassicaceae_repbase_all_march2019.fa --sensitive 1 --evaluate 1 --anno 1 --threads 10 --genome athchr1.fasta
I am testing the pipeline with Arabidopsis chromosome 1. I am getting this error at the end of the EDTA pipeline,
I have attached the full error report here EDTA.txt
Many thanks for your help.
Rimjhim