correcting indendation
This commit is contained in:
parent
2ca5aea897
commit
6f545413bc
3 changed files with 33 additions and 27 deletions
|
@ -202,12 +202,15 @@ def dssp_to_csv(inputdsspfile, outfile, pdbchainlist):
|
|||
#%%
|
||||
#=======================================================================
|
||||
def main():
|
||||
print('Running dssp on', in_filename, 'extracting df and output csv:', dsspcsv_filename)
|
||||
print('Running dssp with the following params:\n'
|
||||
, in_filename
|
||||
, 'outfile:', dsspcsv_filename)
|
||||
dssp_file_from_pdb(infile, dssp_file, DSSP = "dssp")
|
||||
my_chains = extract_chain_dssp(infile)
|
||||
dssp_to_csv(dssp_file, dsspcsv_file, my_chains)
|
||||
|
||||
if __name__ == "__main__":
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
#%% end of script
|
||||
#=======================================================================
|
||||
#=======================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue