script for saving pdb chains in single file

This commit is contained in:
Tanushree Tunstall 2020-05-15 13:44:57 +01:00
parent 01a7cbf26e
commit f7e371a585
4 changed files with 103 additions and 17 deletions

View file

@ -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]