Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print "Representing:: ". $cmpd. "\n";
    
    etc...
    
  2. or download this
    <some loop to read each dssp filename>
    dssp_output.pl filename.dssp
    <end loop>
    
  3. or download this
    open (DSSPIN, <>) || die $!;
    my $dssp_obj = new Bio::Structure::SecStr::DSSP::Res('-file'=>DSSPIN);
    
  4. or download this
    @data_from_files = <>;
    #Create a new DSSP object
    my $dssp_obj = new Bio::Structure::SecStr::DSSP::Res('-file'=>$data_fr
    +om_files);
    
    Error: Global system @data_from_files, $data_from_files requires expli
    +cit package name