[Bioperl-guts-l] bioperl-run/Bio/Tools/Run/Alignment Lagan.pm, 1.20, 1.21
Senduran Balasubramaniam
sendu at dev.open-bio.org
Fri Feb 23 12:08:21 EST 2007
Update of /home/repository/bioperl/bioperl-run/Bio/Tools/Run/Alignment
In directory dev.open-bio.org:/tmp/cvs-serv19316/Bio/Tools/Run/Alignment
Modified Files:
Lagan.pm
Log Message:
removed debug code in last commit
Index: Lagan.pm
===================================================================
RCS file: /home/repository/bioperl/bioperl-run/Bio/Tools/Run/Alignment/Lagan.pm,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** Lagan.pm 23 Feb 2007 17:03:49 -0000 1.20
--- Lagan.pm 23 Feb 2007 17:08:19 -0000 1.21
***************
*** 457,465 ****
if ($executable eq 'mlagan') {
$command_string = $exe;
- my $i = 0;
foreach my $tempfile (@$input1) {
$command_string .= " " . $tempfile;
- $i++;
- system("cp $tempfile in_file$i.lag");
}
if (defined $input2) {
--- 457,462 ----
More information about the Bioperl-guts-l
mailing list