@geneontology/dbxrefs
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -14,5 +14,5 @@ const axios = require('axios'); | ||
* | ||
* @param {*} database | ||
* @param {*} entityType if undefined, will look for the first entity described in dbxrefs | ||
* @param {*} id | ||
* @param {*} database valid database name, please refer to the GO db-xrefs.yaml | ||
* @param {*} entityType e.g. gene or protein; if undefined, will look for the first entity described in dbxrefs | ||
* @param {*} id ID of the entity to look for | ||
*/ | ||
@@ -19,0 +19,0 @@ function getURL(database, entityType, id) { |
{ | ||
"name": "@geneontology/dbxrefs", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "basic library to resolve link outs from database name and ID", | ||
@@ -5,0 +5,0 @@ "main": "go-dbxrefs.js", |
2053
2