Skip to content

Commit

Permalink
add seaborn dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
timodonnell committed Mar 6, 2021
1 parent fcea42d commit 9216340
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ pandas
dna_features_viewer
tqdm
statsmodels
seaborn
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ install_requires =
dna_features_viewer
tqdm
statsmodels
seaborn
[options.entry_points]
console_scripts =
phipkit-blast = phipkit.blast:run
phipkit-score = phipkit.score:run
phipkit-call-hits = phipkit.call_hits:run
phipkit-call-antigens = phipkit.call_antigens:run
phipkit-plot-antigens = phipkit.plot_antigens:run
phipkit-plot-antigens = phipkit.plot_antigens:run

0 comments on commit 9216340

Please sign in to comment.