Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
CunliangGeng committed Sep 11, 2019
1 parent e7364ad commit f739fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeprank/features/FullPSSM.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def __compute_feature__(pdb_data, featgrp, featgrp_raw, out_type='pssmvalue'):
f"check 'config.PATH_PSSM_SOURCE'")
else:
path = config.PATH_PSSM_SOURCE

mol_name = os.path.split(featgrp.name)[0]
mol_name = mol_name.lstrip('/')

Expand Down

0 comments on commit f739fc5

Please sign in to comment.