dictyBase / Migration

Entrypoint for dictybase overhaul project
0 stars 0 forks source link

Link Plasmids when matching Name #106

Closed pfey03 closed 6 years ago

pfey03 commented 6 years ago

We have a plasmid field in Strain curation, and we have actual plasmids in the DSC. Those do not necessarily match but we tried in recent years, to only add to strains when plasmid is in database. Currently, plasmids have internal database IDs (number 1-1000), but no real ID. But Plasmid Names are UNIQUE

When Plasmid Name in strain record match plasmids in database, link out to plasmid.

These links, as those of parental strains, let us also make new queries. Here, "what strains have been transformed with X plasmid"

pfey03 commented 6 years ago

Best is to do this automatically as soon as names match. Plasmid names should be unique.

pfey03 commented 6 years ago

I noticed this is the same issue as https://github.com/dictyBase/Migration/issues/82

closing this one