Changes between Version 35 and Version 36 of se.lu.onk.IlluminaSNPNormalization


Ignore:
Timestamp:
Oct 17, 2008, 9:14:57 AM (16 years ago)
Author:
markus
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • se.lu.onk.IlluminaSNPNormalization

    v35 v36  
    3636  {{{
    3737  # 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  ###
    3940  # Windows
     41  # Note that we are using ''Rscript'', which is a part of the R distribution.
    4042  my $R_windows=File::Spec->canonpath('C:/"Program Files"/R/R-2.7.0/bin/Rscript');
    4143  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";   
    4644  }}}
    4745