pombase / curation

PomBase curation
7 stars 0 forks source link

grammatical fixes to gene product names #2076

Closed ValWood closed 6 years ago

ValWood commented 6 years ago

dependant -> -dependent (if required)

remove commas

-associated

containing

ValWood commented 6 years ago

@mah11 @Antonialock anyone know why these re named like this? I'm sure they all used to be F1-F0 ATP synthase so there must be a reason?

atp1 | SPAC14C4.14 | F1-ATPase alpha subunit atp14 | SPBC29A3.10c | F1-ATPase subunit H (predicted) atp15 | SPBC31F10.15c | F0-ATPase epsilon subunit (predicted) atp16 | SPBC13E7.04 | F1-ATPase delta subunit (predicted) atp17 | SPBC1604.11 | F0-ATPase subunit F (predicted) atp18 | SPAC23C4.11 | F0-ATPase subunit J (predicted) atp19 | SPAC25H1.10c | F0-ATPase subunit K (predicted) atp2 | SPAC222.12c | F1-ATPase beta subunit Atp2 atp20 | SPAC22F3.07c | F0-ATPase subunit G (predicted) atp3 | SPBC1734.13 | F1-ATPase gamma subunit (predicted) atp4 | SPBC1604.07 | F0-ATPase subunit (predicted) atp5 | SPCC1840.06 | F0-ATPase delta subunit (predicted) atp6 | SPMIT.07 | F0-ATPase subunit 6 (predicted) atp7 | SPBC29A10.13 | F0-ATPase subunit D (predicted) atp8 | SPMIT.09 | F0-ATPase subunit 8 (predicted) atp9 | SPMIT.10 | F0-ATPase subunit 9 (predicted) tim11 | SPBC106.05c | F0-ATPase subunit E (predicted)

ValWood commented 6 years ago

I'm assuming there is no reason and perl -pi -e 's/F1-ATPase/F1-F0 ATPsynthase/g' .contig perl -pi -e 's/F0-ATPase/F1-F0 ATPsynthase/g' .contig

ValWood commented 6 years ago

bummer I did F1-F0 fixing to F1-FO

ValWood commented 6 years ago

(is this ever useful)?