GO = geneont ('LIVE', true) doesn't work.

9 views (last 30 days)
Anna Gorbacheva
Anna Gorbacheva on 16 Apr 2017
Answered: Arthur Goldsipe on 17 Apr 2017
Hello!
I'm trying to download gene_ontology.obo with the help of function geneont().
Line code is
GO = geneont('LIVE', true)
And I have an error :
Error using geneont (line 81)
Unable to download the GO Database.
Java exception occurred:
java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Unknown Source)
at java.io.ByteArrayOutputStream.toByteArray(Unknown Source)
Please, help!

Answers (1)

Arthur Goldsipe
Arthur Goldsipe on 17 Apr 2017
I cannot reproduce this problem, but my best guess is that you need to increase your Java Heap Size. You can find instructions on how to do that here.

Categories

Find more on Bioinformatics Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!