Dear,
Sometimes we need to rename the chromosome names in the gff3 file. It is true that sed can achieve this goal, but when the number of chromosomes or scaffolding is large, sed replacement is time-consuming. Therefore, can AGAT implement this function in the following way?
The contents of the rename_table.txt file are as follows. The first column is the original name, and the second column is the corresponding name to be modified.
Dear, Sometimes we need to rename the chromosome names in the gff3 file. It is true that sed can achieve this goal, but when the number of chromosomes or scaffolding is large, sed replacement is time-consuming. Therefore, can AGAT implement this function in the following way?
The contents of the
rename_table.txt
file are as follows. The first column is the original name, and the second column is the corresponding name to be modified.Any help is much appreciated. Thanks.
Best regards, Zhongping Xu