Difference between revisions of "V2 notes from user testing"

From GeneSetEnrichmentAnalysisWiki
Jump to navigation Jump to search
(CLS problem)
(Out of memory error)
 
Line 10: Line 10:
 
WT WT KO KO WT WT WT WT WT KO KO KO KO KO KO WT WT WT WT KO KO KO
 
WT WT KO KO WT WT WT WT WT KO KO KO KO KO KO WT WT WT WT KO KO KO
 
</pre>
 
</pre>
[[User:Darked|darked]] 13:29, 21 July 2006 (EDT)
+
<p>[[User:Darked|darked]] 13:29, 21 July 2006 (EDT) </p>
 +
<p>==Java Heap Space error=== </p>
 +
<p>On a 2GB Windows XP workstation with no other than GSEA applications running I am getting: </p>
 +
<p>java.lang.OutOfMemoryError: Java heap space </p>
 +
<p>using all.may_2006.symbols_mapped_to_Mouse430_2.gmt, CLS mentioned above + expression file (derived from 22 CEL files of Mouse430_2 platform), 100 permutations . </p>
 +
<p>1) Can I somehow increase available memory, i.e. by running it on a command line? </p>
 +
<p>2) Any other ideas how to complete the job? </p>
 +
<p>[[User:Darked|darked]] 14:26, 21 July 2006 (EDT)</p>

Latest revision as of 14:26, 21 July 2006

This page was intended to capture  "gotchas" and "confusions" that users encountered in using the V2 software. These observations can now be captured in Bugzilla as documentation and/or software enhancements.

CLS file problem

CLS file with four classes which was loadable to GSEA ver1 does not load anymore:

22 4 1
#WTnd WThf KOnd KOhf WTnd WThf KOhf KOhf WTnd WTnd WTnd WTnd WTnd KOnd KOnd KOnd KOnd KOnd KOnd WThf WThf WThf WThf KOhf KOhf KOhf

It loads after changing it to:

22 2 1
#WT KO
WT WT KO KO WT WT WT WT WT KO KO KO KO KO KO WT WT WT WT KO KO KO

darked 13:29, 21 July 2006 (EDT)

==Java Heap Space error===

On a 2GB Windows XP workstation with no other than GSEA applications running I am getting:

java.lang.OutOfMemoryError: Java heap space

using all.may_2006.symbols_mapped_to_Mouse430_2.gmt, CLS mentioned above + expression file (derived from 22 CEL files of Mouse430_2 platform), 100 permutations .

1) Can I somehow increase available memory, i.e. by running it on a command line?

2) Any other ideas how to complete the job?

darked 14:26, 21 July 2006 (EDT)