Changes

From Genome Analysis Wiki
Jump to navigationJump to search
528 bytes added ,  16:30, 26 February 2015
Line 61: Line 61:     
= Version Problems =
 
= Version Problems =
 +
 +
== Prior to Version 1.16 ==
 +
; perl is not found in <code>/usr/bin/perl</code>
 +
: Modify all of the .pl scripts in gotcloud/, gotcloud/bin/, and gotcloud/scripts/
 +
:* If the first line contains: <code>#!/usr/bin/perl</code>
 +
:** Replace it with: <code>#!/usr/bin/env perl</code>
 +
:* Also, remove <code>-w</code> if it occurs on that first line of the perl scripts.
 +
:** If it is not already specified in the script, add the following line later in the script: <code>use warnings;</code>
 +
: This issues has been fixed in version 1.16.
    
== Version 1.08 ==
 
== Version 1.08 ==

Navigation menu