added pdbtools from github source and modified seq.py to exclude hetatm seq extraction
This commit is contained in:
parent
7f66d5d19e
commit
3425d8fa2b
2 changed files with 6 additions and 2 deletions
|
@ -1,9 +1,12 @@
|
|||
|
||||
# renumber
|
||||
#======================================================
|
||||
# renumber pdb file based on user defined start number
|
||||
#======================================================
|
||||
home/tanu/git/LSHTM_analysis/scripts/pdbtools/scripts/pdb_residue_renumber /home/tanu/git/Data/cycloserine/input/alr_complex_model.pdb -s 35 -r
|
||||
|
||||
/home/tanu/git/LSHTM_analysis/scripts/pdbtools/scripts/pdb_residue_renumber /home/tanu/git/Data/rifampicin/input/rpob_complex_model.pdb -s 29 -r
|
||||
|
||||
|
||||
#======================================================
|
||||
# extract seq from structure
|
||||
#======================================================
|
||||
/home/tanu/git/LSHTM_analysis/scripts/pdbtools/scripts/pdb_seq -a /home/tanu/git/Data/ethambutol/input/3byw.pdb > 3byw_seq.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue