Mercurial > repos > fubar > differential_count_models
view test-data/gentestdata.sh @ 149:3107df74056e draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/differential_count_models commit 344140b8df53b8b7024618bb04594607a045c03a
author | iuc |
---|---|
date | Mon, 04 May 2015 22:47:36 -0400 |
parents | c0fa3dde02d9 |
children |
line wrap: on
line source
#!/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"