Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Genesys Backend
Genesys Backend
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 45
    • Issues 45
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • Genesys PGR
  • Genesys BackendGenesys Backend
  • Issues
  • #284

Closed
Open
Opened Jul 23, 2018 by Matija Obreza@mobrezaOwner
  • Report abuse
  • New issue
Report abuse New issue

Dataset AccessionIdentifier

A Catalog Dataset contains a list of embedded org.genesys.catalog.model.dataset.AccessionIdentifier records (doi, instCode, acceNumb, genus, species). These must be linked with Accession records in Genesys.

  1. First, make AccessionIdentifier implement AccessionIdentifier3.
  2. Add private AccessionId accession; to AccessionIdentifier with a @ManyToOne mapping. The value can be null if matching Accession is not in Genesys.

When registering AccessionIdentifiers with a Dataset, the service should lookup matching Accessions using GenesysService.

Assignee
Assign to
2.5
Milestone
2.5
Assign milestone
Time tracking
None
Due date
None
Reference: genesys-pgr/genesys-server#284