- or download this
my $dssp_obj = new Bio::Structure::SecStr::DSSP::Res('-file'=>$ARGV[0]
+);
- or download this
#!/bin/bash
while read DSSPLine ; do
echo $DSSPLine
DSSP_Output.pl $DSSPLine.dssp
done
- 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...
}