From d37dc17e9b65428fc48efad73fcd784e48f2b515 Mon Sep 17 00:00:00 2001 From: Kevin Howe Date: Tue, 21 Mar 2017 17:05:01 +0000 Subject: [PATCH] primary ids are now alwaysprefixed with resource of origin, even for WormBase genes --- scripts/AGR/make_agr_basic_gene_json.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/AGR/make_agr_basic_gene_json.pl b/scripts/AGR/make_agr_basic_gene_json.pl index 0e161f5c0..c8d613355 100755 --- a/scripts/AGR/make_agr_basic_gene_json.pl +++ b/scripts/AGR/make_agr_basic_gene_json.pl @@ -161,7 +161,7 @@ } my $json_gene = { - primaryId => $obj->name, + primaryId => "WB:" . $obj->name, symbol => $symbol, soTermId => $biotype, taxonId => $taxid,