Skip to content

Commit

Permalink
Update ImmuneBuilder.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
brennanaba authored Oct 30, 2024
1 parent 9c6fa4a commit ab16208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebook/ImmuneBuilder.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"\n",
"# setup anarci\n",
"if [ ! -f ANARCI_READY ]; then\n",
" conda install -y -q -c bioconda anarci python=\"${PYTHON_VERSION}\" 2>&1 1>/dev/null\n",
" conda install -y -q anarci hmmer biopython -c bioconda --no-deps --solver=classic 2>&1 1>/dev/null\n",
" touch ANARCI_READY\n",
"fi"
]
Expand Down

0 comments on commit ab16208

Please sign in to comment.