Skip to content

Commit

Permalink
Satisfy black-nb
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiquesydow committed Jun 6, 2022
1 parent 9efe711 commit c379f90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@
"kinase_sequences_df = pd.DataFrame(\n",
" [list(i) for i in kinase_sequences_dict.values()],\n",
" index=kinase_sequences_dict.keys(),\n",
" columns=range(1, 86)\n",
" columns=range(1, 86),\n",
")\n",
"# Cast letters to integers (gap is set to None)\n",
"letter_to_int = {letter: ix for ix, letter in enumerate(list(\"ACDEFGHIKLMNPQRSTVWY\"), 1)}\n",
Expand Down

0 comments on commit c379f90

Please sign in to comment.