Skip to content

Commit

Permalink
fix field order in test data
Browse files Browse the repository at this point in the history
  • Loading branch information
javh committed Apr 8, 2024
1 parent b9c4795 commit 4fd1bf9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lang/R/tests/data-tests/good_combined_airr.json
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@
"label": "naive thymus-derived CD4-positive, alpha-beta T cell"
},
"cell_phenotype": "expression of CD8 and absence of CD4 and CD45RO",
"cell_label": "naive CD4+ aB T cell",
"cell_label": "naive CD4 aB T cell",
"cell_species": {
"id": "NCBITAXON:9606",
"label": "Homo sapiens"
Expand Down
4 changes: 2 additions & 2 deletions lang/R/tests/data-tests/good_combined_airr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ Repertoire:
id: CL:0000788
label: naive B cell
cell_phenotype: expression of CD20 and the absence of CD27
cell_label: naive B cell
cell_species:
id: NCBITAXON:9606
label: Homo sapiens
cell_label: naive B cell
single_cell: false
cell_isolation: FACS
template_class: RNA
Expand Down Expand Up @@ -474,7 +474,7 @@ Repertoire:
id: CL:0000895
label: naive thymus-derived CD4-positive, alpha-beta T cell
cell_phenotype: expression of CD8 and absence of CD4 and CD45RO
cell_label: naive CD4+ aB T cell
cell_label: naive CD4 aB T cell
cell_species:
id: NCBITAXON:9606
label: Homo sapiens
Expand Down
2 changes: 1 addition & 1 deletion lang/python/tests/data/good_combined_airr.json
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@
"label": "naive thymus-derived CD4-positive, alpha-beta T cell"
},
"cell_phenotype": "expression of CD8 and absence of CD4 and CD45RO",
"cell_label": "naive CD4+ aB T cell",
"cell_label": "naive CD4 aB T cell",
"cell_species": {
"id": "NCBITAXON:9606",
"label": "Homo sapiens"
Expand Down
4 changes: 2 additions & 2 deletions lang/python/tests/data/good_combined_airr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ Repertoire:
id: CL:0000788
label: naive B cell
cell_phenotype: expression of CD20 and the absence of CD27
cell_label: naive B cell
cell_species:
id: NCBITAXON:9606
label: Homo sapiens
cell_label: naive B cell
single_cell: false
cell_isolation: FACS
template_class: RNA
Expand Down Expand Up @@ -474,7 +474,7 @@ Repertoire:
id: CL:0000895
label: naive thymus-derived CD4-positive, alpha-beta T cell
cell_phenotype: expression of CD8 and absence of CD4 and CD45RO
cell_label: naive CD4+ aB T cell
cell_label: naive CD4 aB T cell
cell_species:
id: NCBITAXON:9606
label: Homo sapiens
Expand Down

0 comments on commit 4fd1bf9

Please sign in to comment.