Mercurial > repos > pavlo-lutsik > rnbeads
comparison rnbeads_galaxy_wrapper.sh @ 8:7bc6e673c8e8 draft
Uploaded
author | pavlo-lutsik |
---|---|
date | Thu, 18 Apr 2013 07:36:36 -0400 |
parents | a1c96ef6c111 |
children |
comparison
equal
deleted
inserted
replaced
7:a1c96ef6c111 | 8:7bc6e673c8e8 |
---|---|
1 #!/bin/bash | 1 #!/bin/bash |
2 | 2 |
3 Rscript --slave $(dirname $(readlink -f $0))/RnBeadsGalaxy.R $* | 3 Rscript --slave $(dirname $(readlink -f $0))/RnBeadsGalaxy.R $* > RnBeads.out |
4 #Rscript --no-save \$R_SCRIPTS_PATH/RnBeadsGalaxy.R $* | 4 #Rscript --no-save \$R_SCRIPTS_PATH/RnBeadsGalaxy.R $* |
5 exit 0 |