script for saving pdb chains in single file
This commit is contained in:
parent
01a7cbf26e
commit
f7e371a585
4 changed files with 103 additions and 17 deletions
|
@ -40,7 +40,7 @@ def main():
|
|||
|
||||
# Extract chains and write each chain as a separate file
|
||||
pdb_file = args.pdb_file
|
||||
print('inpput pdb file:', pdb_file)
|
||||
print('input pdb file:', pdb_file)
|
||||
|
||||
# type = list, makes it a list of lists. Hence extracting the list of chains.
|
||||
chains = args.chain[0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue