Help for this page

Select Code to Download


  1. or download this
    die "some usage error msg" if (@ARGV !=2);
    my ($domFile,$csafile)= @ARGV; 
    ...
        my ($pdb,$chain,$res) = (split(/,/, $_))[0,3,4];
        push (@{$csa_hash{"$pdb;$chain"}},$res}); 
    }
    
  2. or download this
    while ((my $key, my $value) = each(%csa_hash))
    {....}
    
  3. or download this
    if("$domchain" eq "$pdbchain"){....}