Dear GSEA,
GSEA 4.0.1 cli under linux.
Successfully ran UI version under Windows10.
Using local copies of p53 test files (gct and cls), and hallmark gene sets (gmt).
Grabbed command line from Windows UI run, made changes to file pointers for linux. See command line below.
Getting java error:
This is part of the contents of the gmt file. h.all.v7.0.symbols.gmt
The output from java indeed shows -gmx as a comma separated list of the lines in the gmt file, rather than a pointer to the gmt file.
1588 [INFO ] - res /public/groups/wet/Sequences/programs/gsea/GSEA_p53_datasets/P53_collapsed_symbols.gct
1588 [INFO ] - cls /public/groups/wet/Sequences/programs/gsea/GSEA_p53_datasets/P53.cls#MUT_versus_WT
1588 [INFO ] - rpt_label p53_symbols_hallmark_perm100
1588 [INFO ] - collapse false
Note that there is no problem with -res or -cls pointers.
Note that G2M_CHECKPOINT is the 9th line in the gmt file.
Any idea what could be wrong?
Thanks,
Sol Katzman
UC Santa Cruz, Genomics Institute.
-------------------------------------------------------------------------------
gsea-cli.sh GSEA \
-res /public/groups/wet/Sequences/programs/gsea/GSEA_p53_datasets/P53_collapsed_symbols.gct \
-cls /public/groups/wet/Sequences/programs/gsea/GSEA_p53_datasets/P53.cls#MUT_versus_WT \
-gmx /public/groups/wet/Sequences/programs/gsea/MSIGDB/h.all.v7.0.symbols.gmt \
-collapse false \
-mode Max_probe \
-norm meandiv \
-nperm 100 \
-permute phenotype \
-rnd_type no_balance \
-scoring_scheme weighted \
-rpt_label p53_symbols_hallmark_perm100 \
-metric Signal2Noise \
-sort real \
-order descending \
-create_gcts false \
-create_svgs false \
-include_only_symbols true \
-make_sets true \
-median false \
-num 100 \
-plot_top_x 20 \
-rnd_seed timestamp \
-save_rnd_lists false \
-set_max 500 \
-set_min 15 \
-zip_report false \
-out /public/groups/wet/Sequences/programs/gsea/TEST_runs