Help for this page

Select Code to Download


  1. or download this
    my $dssp_obj = new Bio::Structure::SecStr::DSSP::Res('-file'=>$ARGV[0]
    +);
    
  2. or download this
    #!/bin/bash
    while read DSSPLine ; do
    echo $DSSPLine
    DSSP_Output.pl $DSSPLine.dssp
    done
    
  3. or download this
    use strict; # 'use strict' requires that you use 'my' for all local va
    +riables, or explicitely qualify all globals.
    use warnings;
    ...
    print "Representing:: ". $cmpd. "\n";
    etc...
    }