Skip to content

Commit

Permalink
Install IMP .deb from PPA
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Mar 14, 2024
1 parent 37e3f31 commit cdc25b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
4 changes: 1 addition & 3 deletions .template.cross-link_ms-ambiguity.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@
"outputs": [],
"source": [
"#%%colabonly\n",
"!echo \"deb https://integrativemodeling.org/latest/download $(lsb_release -cs)/\" > /etc/apt/sources.list.d/salilab.list\n",
"!wget -O /etc/apt/trusted.gpg.d/salilab.asc https://salilab.org/~ben/pubkey256.asc\n",
"!apt update\n",
"!add-apt-repository -y ppa:salilab/ppa\n",
"!apt install imp\n",
"import sys, os, glob\n",
"sys.path.append(os.path.dirname(glob.glob('/usr/lib/python*/dist-packages/IMP')[0]))"
Expand Down
4 changes: 1 addition & 3 deletions .template.cross-link_ms.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@
"outputs": [],
"source": [
"#%%colabonly\n",
"!echo \"deb https://integrativemodeling.org/latest/download $(lsb_release -cs)/\" > /etc/apt/sources.list.d/salilab.list\n",
"!wget -O /etc/apt/trusted.gpg.d/salilab.asc https://salilab.org/~ben/pubkey256.asc\n",
"!apt update\n",
"!add-apt-repository -y ppa:salilab/ppa\n",
"!apt install imp\n",
"import sys, os, glob\n",
"sys.path.append(os.path.dirname(glob.glob('/usr/lib/python*/dist-packages/IMP')[0]))"
Expand Down
4 changes: 1 addition & 3 deletions cross-link_ms-ambiguity-colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@
"metadata": {},
"outputs": [],
"source": [
"!echo \"deb https://integrativemodeling.org/latest/download $(lsb_release -cs)/\" > /etc/apt/sources.list.d/salilab.list\n",
"!wget -O /etc/apt/trusted.gpg.d/salilab.asc https://salilab.org/~ben/pubkey256.asc\n",
"!apt update\n",
"!add-apt-repository -y ppa:salilab/ppa\n",
"!apt install imp\n",
"import sys, os, glob\n",
"sys.path.append(os.path.dirname(glob.glob('/usr/lib/python*/dist-packages/IMP')[0]))"
Expand Down
4 changes: 1 addition & 3 deletions cross-link_ms-colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@
"metadata": {},
"outputs": [],
"source": [
"!echo \"deb https://integrativemodeling.org/latest/download $(lsb_release -cs)/\" > /etc/apt/sources.list.d/salilab.list\n",
"!wget -O /etc/apt/trusted.gpg.d/salilab.asc https://salilab.org/~ben/pubkey256.asc\n",
"!apt update\n",
"!add-apt-repository -y ppa:salilab/ppa\n",
"!apt install imp\n",
"import sys, os, glob\n",
"sys.path.append(os.path.dirname(glob.glob('/usr/lib/python*/dist-packages/IMP')[0]))"
Expand Down

0 comments on commit cdc25b7

Please sign in to comment.