diff rgedgeR/test-data/gentestdata.sh @ 0:2122e630b13a draft

Initial commit of replacement for edger_test
author fubar
date Fri, 26 Jul 2013 23:50:59 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rgedgeR/test-data/gentestdata.sh	Fri Jul 26 23:50:59 2013 -0400
@@ -0,0 +1,9 @@
+#!/bin/bash
+# generate test data for rgGSEA
+# ross lazarus June 2013 
+# adjust gseajar_path !
+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
+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" 
+--title "GSEA test" --builtin_gmt "gseatestdata.gmt"
+
+