Skip to content

Instantly share code, notes, and snippets.

@JonasR
Created June 29, 2012 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonasR/3019558 to your computer and use it in GitHub Desktop.
Save JonasR/3019558 to your computer and use it in GitHub Desktop.
Get all the necessary PDB files from the biolab computers
#!/bin/bash
scp reeb@i12k-biolab05.informatik.tu-muenchen.de:/mnt/home/student/reeb/git/masterprak/Tasks/7_StructBasedMutAna/SCWRL/SCWRL_R178H.pdb ./R178H/2gjx178H.pdb
scp reeb@i12k-biolab05.informatik.tu-muenchen.de:/mnt/home/student/reeb/git/masterprak/Tasks/7_StructBasedMutAna/SCWRL/SCWRL_P182L.pdb ./P182L/2gjx182L.pdb
scp reeb@i12k-biolab05.informatik.tu-muenchen.de:/mnt/home/student/reeb/git/masterprak/Tasks/7_StructBasedMutAna/preparation/2gjxA_secondD.pdb ./WT/2gjxWT.pdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment