[Bioperl-guts-l] bioperl-live/Bio/Structure/SecStr/DSSP Res.pm, 1.13, 1.14
Senduran Balasubramaniam
sendu at dev.open-bio.org
Thu Jun 14 10:16:19 EDT 2007
Update of /home/repository/bioperl/bioperl-live/Bio/Structure/SecStr/DSSP
In directory dev.open-bio.org:/tmp/cvs-serv22328/Bio/Structure/SecStr/DSSP
Modified Files:
Res.pm
Log Message:
removed bad "new Bio::Module" syntax, replaced with "Bio::Module->new"
Index: Res.pm
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/Bio/Structure/SecStr/DSSP/Res.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** Res.pm 26 Sep 2006 22:03:16 -0000 1.13
--- Res.pm 14 Jun 2007 14:16:17 -0000 1.14
***************
*** 17,25 ****
=head1 SYNOPSIS
! my $dssp_obj = new Bio::Structure::SecStr::DSSP::Res('-file'=>'filename.dssp');
# or
! my $dssp_obj = new Bio::Structure::SecStr::DSSP::Res('-fh'=>\*STDOUT);
# get DSSP defined Secondary Structure for residue 20
--- 17,25 ----
=head1 SYNOPSIS
! my $dssp_obj = Bio::Structure::SecStr::DSSP::Res->new('-file'=>'filename.dssp');
# or
! my $dssp_obj = Bio::Structure::SecStr::DSSP::Res->new('-fh'=>\*STDOUT);
# get DSSP defined Secondary Structure for residue 20
More information about the Bioperl-guts-l
mailing list