OpenGene.jl icon indicating copy to clipboard operation
OpenGene.jl copied to clipboard

LoadError: UndefVarError: readall not defined

Open aqzas opened this issue 7 years ago • 2 comments

my julia version is 0.6.0 after type 'using OpenGene' Stacktrace: [1] include_from_node1(::String) at ./loading.jl:569 [2] include(::String) at ./sysimg.jl:14 [3] include_from_node1(::String) at ./loading.jl:569 [4] eval(::Module, ::Any) at ./boot.jl:235 [5] _require(::Symbol) at ./loading.jl:483 [6] require(::Symbol) at ./loading.jl:398 while loading /home/roy/juliapro/JuliaPro-0.6.0.1/JuliaPro/pkgs-0.6.0.1/v0.6/OpenGene/src/compat.jl, in expression starting on line 2 while loading /home/roy/juliapro/JuliaPro-0.6.0.1/JuliaPro/pkgs-0.6.0.1/v0.6/OpenGene/src/OpenGene.jl, in expression starting on line 11

It is possible that the readall had been replaced with readstring ?

aqzas avatar Aug 25 '17 08:08 aqzas

Which version of OpenGene did you use? The latest version should have fixed it.

sfchen avatar Aug 25 '17 09:08 sfchen

The readall in index.ji in index was changed to readstring, because I didn't find the relevant readall function in every version of Julia

index中的index.ji中的readall修改成readstring,因为julia的每个版本中我都没有找到相关的readall的函数

971202 avatar May 22 '23 07:05 971202