genomehubs / goat-data

MIT License
2 stars 0 forks source link

New 'organelle' assembly index variable has no type #26

Closed Euphrasiologist closed 1 year ago

Euphrasiologist commented 1 year ago

I assume it's type keyword?

sujaikumar commented 1 year ago

Yes, based on this section in https://github.com/genomehubs/genomehubs/blob/develop/src/genomehubs/templates/organelle.types.yaml

  organelle:
    constraint:
      enum:
      - nucleus
      - mitochondrion
      - chloroplast
      - plastid
      - apicoplast
    default: '{{organelle}}'
    display_group: general
    source: NCBI
    source_url_stub: https://www.ncbi.nlm.nih.gov/nuccore/

We'll add type: keyword - thanks!