File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public function run()
49
49
$ files = explode (", " ,parent ::getParameterValue ('files ' ));
50
50
}
51
51
$ release = parent ::getParameterValue ('release ' );
52
- $ releaseb = "WS247 " ;
52
+ $ releaseb = "WS249 " ;
53
53
$ remote_files = array (
54
54
"geneIDs " => "species/c_elegans/annotation/geneIDs/c_elegans.PRJNA13758. " .$ release .".geneIDs.txt.gz " ,
55
55
"functional_descriptions " => "species/c_elegans/annotation/functional_descriptions/c_elegans.PRJNA13758. " .$ release .".functional_descriptions.txt.gz " ,
@@ -215,12 +215,15 @@ function functional_descriptions()
215
215
function gene_associations (){
216
216
$ go_evidence_type = array (
217
217
'IC ' =>'eco:0000001 ' ,
218
+ 'IBA ' =>'eco:0000318 ' ,
218
219
'IDA ' =>'eco:0000314 ' ,
219
220
'IEA ' =>'eco:0000203 ' ,
220
221
'IEP ' =>'eco:0000008 ' ,
221
222
'IGI ' =>'eco:0000316 ' ,
223
+ 'IKR ' =>'eco:0000320 ' ,
222
224
'IMP ' =>'eco:0000315 ' ,
223
225
'IPI ' =>'eco:0000021 ' ,
226
+ 'IRD ' =>'eco:0000321 ' ,
224
227
'ISM ' =>'eco:0000202 ' ,
225
228
'ISO ' =>'eco:0000201 ' ,
226
229
'ISS ' =>'eco:0000044 ' ,
You can’t perform that action at this time.
0 commit comments