We tried to run the pipeline using our genome assembly fasta file, xxx.fa. Unfortunately,
the error message showed up "xxx.fa.masked does not contain any sequences!"
What's going on?
Apparently, at line 48 of the code of EDTA.pl , "if (0){", should be changed to "if (1){".
We tried to run the pipeline using our genome assembly fasta file, xxx.fa. Unfortunately,
the error message showed up "xxx.fa.masked does not contain any sequences!"
What's going on?
Apparently, at line 48 of the code of EDTA.pl , "if (0){", should be changed to "if (1){".