tommyhuangthu / EvoEF

a fast and accurate physical energy function for predicting protein stability and protein-protein affinity changes upon amino-acid mutations
MIT License
11 stars 5 forks source link

Buffer overflow error during BuildMutant #2

Closed atamazian closed 1 year ago

atamazian commented 1 year ago

I'm getting*** buffer overflow detected ***: terminated error when I'm trying to used following command with more than 1 mutation in individual_list.txt file: ./EvoEF/EvoEF --command=BuildMutant --pdb=wt_Repair.pdb --mutant_file=individual_list.txt

It works correctly with only 1 mutation in the individual_list.txt file.

atamazian commented 1 year ago

I'm closing this issue since it was my mistake - I forgot a newline after semicolon while specifying mutations in individual_list.txt file.