Skip to content

Commit

Permalink
Update tests for new ensembl release
Browse files Browse the repository at this point in the history
  • Loading branch information
choang committed Jul 19, 2023
1 parent b06c89b commit e22fe9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/fixtures/test_search.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"type": "assert_equal",
"args": {
"searchwords": "nep3",
"species": "drosophila_melanogaster_core_110_09",
"species": "drosophila_melanogaster_core_110_10",
"id_type": "transcript",
"limit": null
},
Expand All @@ -118,23 +118,23 @@
null,
null,
"protein_coding",
"https://useast.ensembl.org/drosophila_melanogaster_core_110_09/Gene/Summary?g=FBtr0070000"
"https://useast.ensembl.org/drosophila_melanogaster_core_110_10/Gene/Summary?g=FBtr0070000"
],
[
"FBtr0307554",
"Nep3-RB",
null,
null,
"protein_coding",
"https://useast.ensembl.org/drosophila_melanogaster_core_110_09/Gene/Summary?g=FBtr0307554"
"https://useast.ensembl.org/drosophila_melanogaster_core_110_10/Gene/Summary?g=FBtr0307554"
],
[
"FBtr0307555",
"Nep3-RC",
null,
null,
"protein_coding",
"https://useast.ensembl.org/drosophila_melanogaster_core_110_09/Gene/Summary?g=FBtr0307555"
"https://useast.ensembl.org/drosophila_melanogaster_core_110_10/Gene/Summary?g=FBtr0307555"
]
]
},
Expand Down

0 comments on commit e22fe9f

Please sign in to comment.