Skip to content

Commit

Permalink
remove space from table name
Browse files Browse the repository at this point in the history
  • Loading branch information
smgogarten committed Apr 10, 2024
1 parent 51bc920 commit bd9ab7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GREGoR_data_model.json
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@
"column": "table_name",
"required": true,
"data_type": "enumeration",
"enumerations": ["aligned_dna_short_read", "aligned_rna_short_read", "aligned_nanopore", "aligned_pac_bio ", "aligned_atac_short_read"],
"enumerations": ["aligned_dna_short_read", "aligned_rna_short_read", "aligned_nanopore", "aligned_pac_bio", "aligned_atac_short_read"],
"examples": "aligned_dna_short_read"
},
{
Expand Down

0 comments on commit bd9ab7d

Please sign in to comment.