Skip to content

Commit

Permalink
Minor bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony Vincent authored and Antony Vincent committed Apr 6, 2018
1 parent f994139 commit cf4e52a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ConfBuster-Macrocycle-Linear-Sampling.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ def get_E(name):
if isH == 0:
cycle_check = 0
for x in cycle_list:
if len(x) <= 10:
if len(x) <= 7:
if aa1 in x and aa2 in x:
cycle_check += 1
if cycle_check == 0:
Expand Down Expand Up @@ -1273,7 +1273,7 @@ def get_E(name):

for rm in ['tmp*','Pymol-RMS.py','ref.prop','used-macro-start.txt','ref.xyz']:
try:
os.system("rm -r %s"%(rm))
os.system("rm -rf %s"%(rm))
except:
null = 0
print '== ConfBuster Version 1.0'
Expand Down
Empty file modified ConfBuster-Rotamer-Search.py
100755 → 100644
Empty file.
Empty file modified ConfBuster-Single-Molecule-Minimization.py
100755 → 100644
Empty file.

0 comments on commit cf4e52a

Please sign in to comment.