Mercurial > repos > fubar > differential_count_models
annotate test-data/gentestdata.sh @ 25:c0fa3dde02d9 draft
Uploaded
author | fubar |
---|---|
date | Wed, 07 Aug 2013 02:09:35 -0400 |
parents | |
children |
rev | line source |
---|---|
25 | 1 #!/bin/bash |
2 # generate test data for rgGSEA | |
3 # ross lazarus June 2013 | |
4 # adjust gseajar_path ! | |
5 GSEAJAR_PATH=/home/rlazarus/galaxy-central/tool_dependency_dir/gsea_jar/2.0.12/fubar/rg_gsea_test/8e291f464aa0/jars/gsea2-2.0.12.jar | |
6 python ../rgGSEA.py --input_tab "gsea_test_DGE.xls" --adjpvalcol "5" --signcol "2" --idcol "1" --outhtml "gseatestout.html" --input_name "gsea_test" --setMax "500" --setMin "15" --nPerm "10" --plotTop "20" --gsea_jar "$GSEAJAR_PATH" --output_dir "gseatestout" --mode "Max_probe" | |
7 --title "GSEA test" --builtin_gmt "gseatestdata.gmt" | |
8 | |
9 |