legumeinfo / jira-issues

placeholder repo for issues migrating from JIRA system, to be moved to their appropriate places later
0 stars 0 forks source link

Need gensp prefix to link to GCV. Make sure this is used consistently across LIS and PB #695

Closed adf-ncgr closed 6 years ago

adf-ncgr commented 6 years ago

This seems to be consistent in LIS: all feature.name fields for genes start with the gensp prefix. E.g. cajca.C.cajan_00004_gene. But this is not true for PeanutBase.

[LEGUME-729] created by ecannon

adf-ncgr commented 6 years ago

UPDATE feature SET name='aradu.' || name WHERE name LIKE 'Aradu%';
UPDATE feature SET name='araip.' || name WHERE name LIKE 'Araip%';

Then rebuild gene MView.

by ecannon