Skip to content

Commit

Permalink
change calculated property and embedding for file sets
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-whaling committed Jan 29, 2025
1 parent 481dd27 commit 87202e4
Show file tree
Hide file tree
Showing 32 changed files with 3,783 additions and 2,679 deletions.
10 changes: 8 additions & 2 deletions src/igvfd/mappings/alignment_file.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hash": "9a1f386a76d5f1df4f25e6da6d327295",
"index_name": "alignment_file_9a1f386a",
"hash": "f617309b794f2577e13c373373ba56f2",
"index_name": "alignment_file_f617309b",
"item_type": "alignment_file",
"mapping": {
"dynamic_templates": [
Expand Down Expand Up @@ -345,6 +345,9 @@
"collections": {
"type": "keyword"
},
"construct_library_sets": {
"type": "keyword"
},
"control_file_sets": {
"type": "keyword"
},
Expand Down Expand Up @@ -1402,6 +1405,9 @@
"collections": {
"type": "keyword"
},
"construct_library_sets": {
"type": "keyword"
},
"control_file_sets": {
"type": "keyword"
},
Expand Down
849 changes: 484 additions & 365 deletions src/igvfd/mappings/analysis_set.json

Large diffs are not rendered by default.

849 changes: 484 additions & 365 deletions src/igvfd/mappings/auxiliary_set.json

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions src/igvfd/mappings/configuration_file.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hash": "3f6c1b5a3eed8442ca0e105c6f510810",
"index_name": "configuration_file_3f6c1b5a",
"hash": "6fe084aa86305a9053c3520a56da40e6",
"index_name": "configuration_file_6fe084aa",
"item_type": "configuration_file",
"mapping": {
"dynamic_templates": [
Expand Down Expand Up @@ -332,6 +332,9 @@
"collections": {
"type": "keyword"
},
"construct_library_sets": {
"type": "keyword"
},
"control_file_sets": {
"type": "keyword"
},
Expand Down Expand Up @@ -1385,6 +1388,9 @@
"collections": {
"type": "keyword"
},
"construct_library_sets": {
"type": "keyword"
},
"control_file_sets": {
"type": "keyword"
},
Expand Down
13 changes: 11 additions & 2 deletions src/igvfd/mappings/construct_library_set.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hash": "f06cd62c6ae0639df3864f58971ffe66",
"index_name": "construct_library_set_f06cd62c",
"hash": "349b5bda5fdf54d38edfb9fbed1a105a",
"index_name": "construct_library_set_349b5bda",
"item_type": "construct_library_set",
"mapping": {
"dynamic_templates": [
Expand Down Expand Up @@ -490,6 +490,9 @@
"collections": {
"type": "keyword"
},
"construct_library_sets": {
"type": "keyword"
},
"control_file_sets": {
"type": "keyword"
},
Expand Down Expand Up @@ -1425,6 +1428,9 @@
"copy_to": "_fuzzy",
"type": "keyword"
},
"construct_library_sets": {
"type": "keyword"
},
"control_file_sets": {
"type": "keyword"
},
Expand Down Expand Up @@ -1485,6 +1491,9 @@
"collections": {
"type": "keyword"
},
"construct_library_sets": {
"type": "keyword"
},
"control_file_sets": {
"type": "keyword"
},
Expand Down
Loading

0 comments on commit 87202e4

Please sign in to comment.