Changes between Version 35 and Version 36 of se.lu.onk.IlluminaSNPNormalization
- Timestamp:
- Oct 17, 2008, 9:14:57 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
se.lu.onk.IlluminaSNPNormalization
v35 v36 36 36 {{{ 37 37 # Mac OS X and Linux 38 # my $R_command="R --vanilla --no-save --slave < tQN.R"; 38 my $R_command="R --vanilla --no-save --slave < tQN.R"; 39 ### 39 40 # Windows 41 # Note that we are using ''Rscript'', which is a part of the R distribution. 40 42 my $R_windows=File::Spec->canonpath('C:/"Program Files"/R/R-2.7.0/bin/Rscript'); 41 43 my $R_command="$R_windows --vanilla tQN.R"; 42 }}}43 In the Cygwin environment try the the following ''$R_command'':44 {{{45 my $R_command="$R_windows --vanilla -f tQN.R";46 44 }}} 47 45