Update of /cvsroot/gmod/cmap/lib/Bio/GMOD/CMap/AppPlugins
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv11825/lib/Bio/GMOD/CMap/AppPlugins
Modified Files:
ExampleModifyCommitChanges.pm
Log Message:
Wrote the code to allow flipped maps to merge.
Index: ExampleModifyCommitChanges.pm
===================================================================
RCS file: /cvsroot/gmod/cmap/lib/Bio/GMOD/CMap/AppPlugins/ExampleModifyCommitChanges.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ExampleModifyCommitChanges.pm 28 Sep 2007 20:17:09 -0000 1.2
--- ExampleModifyCommitChanges.pm 12 Dec 2007 22:18:45 -0000 1.3
***************
*** 44,48 ****
my $app_display_data = $self->app_display_data();
! print STDERR Dumper($actions) . "\n";
return 1;
--- 44,48 ----
my $app_display_data = $self->app_display_data();
! #print STDERR Dumper($actions) . "\n";
return 1;
|