Help for this page

Select Code to Download


  1. or download this
    print $query->('dssp file used is $dssp_file');
    
  2. or download this
    print "dssp file used is $dssp_file";
    
  3. or download this
    print $query->h1("dssp file used is $dssp_file");