Closed amardeepranu closed 1 year ago
hi @amardeepranu , can you please tell us what were you trying to do exactly, for instance the command line you were using? We would be able to reproduce your error to try and fix it. Thanks!
Sure! This is the command:
ddg2logo -p $results_dir/"$pdb_name"_model0_checked.pdb \
-l $HOME/proteins/optimization/foldx/default_mutation_list.txt \
-d $results_dir/results/mutation_ddgs/"$pdb_name"_model0_checked_Repair \
-s 25 -D -100 \
-T -1.2
Just trying to output a logo plot from my results. ddg2heatmap and ddg2excel works without issue. I'm using Python 3.7.12 and matplotlib 3.5.3
@amardeepranu I've been trying to look into your problem and I think it is due to using option -D
with a negative number (you have -D -100
in your command line). Option -D
is the resolution of the output figure, so it should always be positive. If I change that number to positive (and after fixing #165) it works for me. Can you give it a try? I will still add a check in the script that detects this condition
Thanks @mtiberti works now!
closing as resolved
Stacktrace below: