nextgenusfs / funannotate

Eukaryotic Genome Annotation Pipeline
http://funannotate.readthedocs.io
BSD 2-Clause "Simplified" License
301 stars 82 forks source link

[QUESTION] (not a bug) How can I change the locus ID's after the fact? #886

Closed DaRinker closed 1 year ago

DaRinker commented 1 year ago

I would like to update the locus IDs in my funannotate.out directory

Will I break anything thing if I just do a global find/replace (e.g. sed -i 's/FUN/Mynewprefix/g' )?

hyphaltip commented 1 year ago

probably will be fun, but you can also run funannotate annotate with the --rename option https://funannotate.readthedocs.io/en/latest/annotate.html