GO = geneont ('LIVE', true) doesn't work.
Afficher commentaires plus anciens
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!
Réponses (1)
Arthur Goldsipe
le 17 Avr 2017
0 votes
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.
Catégories
En savoir plus sur Bioinformatics Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!