oushujun / EDTA

Extensive de-novo TE Annotator
https://genomebiology.biomedcentral.com/articles/10.1186/s13059-019-1905-y
GNU General Public License v3.0
315 stars 70 forks source link

lib-test.pl -std and -tst must have different input file name #396

Closed qjiangzhao closed 8 months ago

qjiangzhao commented 8 months ago

Dear Shujun,

Many thanks for the wonderful benchmarking tool lib-test.pl. I found a problem when I used it, which might be common for others.

For example:

perl ./lib-test.pl -std <path_to_std_file/std_file_name.out> -tst <path_to_tst_file/tst_file_name.out>

in the example, has to be different with .

But when you use RepeatMasker for genome TE annotation, the default out file name is "your_genome_name.out", this will lead to a result that is identical with .

If other users encounter the same problem, you can modify and run the script again.

Yours sincerely Jiangzhao Qian

oushujun commented 8 months ago

Hi Jiangzhao,

Thank you for the comment! As standard annotation is usually curated and won't have many versions, the file is usually named differently. One should rename the standard annotation to make it different from the test annotation. If you have different versions of test annotations, they should be named differently, too, to distinguish them from each other. This suggestion is added to the wiki to better guide others. Thank you!

best, Shujun