RNAcentral / rnacentral-import-pipeline

RNAcentral data import pipeline
Apache License 2.0
2 stars 0 forks source link

Auto remove obsoleted GO terms #138

Open afg1 opened 1 year ago

afg1 commented 1 year ago

We should automatically check for obsoloete GO terms and remove them.

I did this manually for the last release, with some sed commands around here: https://github.com/RNAcentral/rnacentral-import-pipeline/blob/dev/workflows/lookup-ontology-info.nf#L13

Example command: sed -i '/GO:0000512/d' unique-terms.txt