Skip to content

Commit

Permalink
update wikipathways license URL according to commit 8bfdebb9f222fde0f…
Browse files Browse the repository at this point in the history
…956d5e7605dcb3f00080836 of mygeneset.info
  • Loading branch information
erikyao committed Mar 4, 2023
1 parent b946d1b commit 56695b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/geneset.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_getgeneset(self):
self.assertEqual(gs['wikipathways']['id'], "WP100")
self.assertEqual(gs['wikipathways']['pathway_name'], 'Glutathione metabolism')
self.assertEqual(gs['wikipathways']['url'], 'http://www.wikipathways.org/instance/WP100_r107114')
self.assertEqual(gs['wikipathways']['_license'], 'https://www.wikipathways.org/index.php/WikiPathways:License_Terms')
self.assertEqual(gs['wikipathways']['_license'], 'https://www.wikipathways.org/terms.html')

self.assertTrue(any((gene.get('mygene_id') == '2937' and gene.get('symbol') == 'GSS') for gene in gs['genes']))

Expand Down

0 comments on commit 56695b1

Please sign in to comment.