Help for this page

Select Code to Download


  1. or download this
    for F in *.pdb; do profit -f script.txt complex.1.pdb $F \\ 
    >> output.txt; done
    
  2. or download this
    cat output.txt | grep 'RMS' | awk '{print $2}' > rmsd.txt