Skip to content

Commit

Permalink
fix: mutagenesis_plot.py
Browse files Browse the repository at this point in the history
Error due to useless placeholder code
  • Loading branch information
jyaacoub authored Sep 17, 2024
1 parent e0afb6c commit 660d06a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/analysis/mutagenesis_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ def plot_sequence(muta, pro_seq, pep_opts=ResInfo.amino_acids[:-1], delta=False)

res_range = (0,215)
muta = np.load(f'muta-{res_range[0]}_{res_range[1]}.npy')
plot_sequence(muta[:,res_range[0]:res_range[1]],
pro_seq=Chain(pdb_file).sequence[res_range[0]:res_range[1]])
#plot_sequence(muta[:,res_range[0]:res_range[1]],
# pro_seq=Chain(pdb_file).sequence[res_range[0]:res_range[1]])



Expand Down

0 comments on commit 660d06a

Please sign in to comment.