Skip to content

Commit

Permalink
refactor: location moved to ReferenceGenome
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Dec 22, 2023
1 parent 0c47d38 commit 13d29f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/smoc_schema/schema/smoc_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ classes:
Reference assembly of a given genome, consisting
of a collection of congiguous sequences (contigs).
slots:
- location
- has_sequence
- taxon_id
- source_uri
Expand All @@ -98,7 +99,6 @@ classes:
description: >-
A contiguous sequence of DNA part of a reference coordinate system (genome assembly).
slots:
- location
- sequence_md5
- source_uri

Expand Down Expand Up @@ -241,3 +241,6 @@ enums:
Zarr:
description: Chunked, compressed N-dimensional arrays.
meaning: EDAM:format_3915
FASTA:
description: FASTA sequence format including NCBI-style IDs.
meaning: EDAM:format_1929

0 comments on commit 13d29f0

Please sign in to comment.