Skip to content

Commit f2ae533

Browse files
update for ws249
1 parent 427743d commit f2ae533

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

wormbase/wormbase.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function run()
4949
$files = explode(",",parent::getParameterValue('files'));
5050
}
5151
$release = parent::getParameterValue('release');
52-
$releaseb = "WS247";
52+
$releaseb = "WS249";
5353
$remote_files = array(
5454
"geneIDs" => "species/c_elegans/annotation/geneIDs/c_elegans.PRJNA13758.".$release.".geneIDs.txt.gz",
5555
"functional_descriptions" => "species/c_elegans/annotation/functional_descriptions/c_elegans.PRJNA13758.".$release.".functional_descriptions.txt.gz",
@@ -215,12 +215,15 @@ function functional_descriptions()
215215
function gene_associations(){
216216
$go_evidence_type = array(
217217
'IC'=>'eco:0000001',
218+
'IBA'=>'eco:0000318',
218219
'IDA'=>'eco:0000314',
219220
'IEA'=>'eco:0000203',
220221
'IEP'=>'eco:0000008',
221222
'IGI'=>'eco:0000316',
223+
'IKR'=>'eco:0000320',
222224
'IMP'=>'eco:0000315',
223225
'IPI'=>'eco:0000021',
226+
'IRD'=>'eco:0000321',
224227
'ISM'=>'eco:0000202',
225228
'ISO'=>'eco:0000201',
226229
'ISS'=>'eco:0000044',

0 commit comments

Comments
 (0)