mirror of
https://github.com/jertubiana/ScanNet.git
synced 2026-06-04 13:44:22 +08:00
sequence_utils.py bug fix
This commit is contained in:
@@ -216,7 +216,7 @@ def call_hhblits(sequence, output_alignment, path2hhblits=path2hhblits, path2seq
|
||||
if os.path.exists(output_alignment) & os.path.exists(output_file):
|
||||
print('File %s already exists. Not recomputing' %
|
||||
output_alignment)
|
||||
return 0
|
||||
return output_alignment
|
||||
if MSA is not None:
|
||||
os.system('scp %s %s'%(MSA,query_file))
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user