Commit a23a94f1 authored by Karl Kornel's avatar Karl Kornel
Browse files

Use INFO log level for the analysis command

parent e0d31e31
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ my $TIMEOUT1 = 7200;

# $RUNCOMMAND is the command we will run.
my @RUNCOMMAND = (qw(
bcl2fastq -l WARNING -o Data/Intensities/BaseCalls -p 9 -d 2 --no-lane-splitting
bcl2fastq -l INFO -o Data/Intensities/BaseCalls -p 9 -d 2 --no-lane-splitting
));

# Next, let's make a big list of global variables.  These all initially start