Skip to content

Commit

Permalink
Updated colab
Browse files Browse the repository at this point in the history
  • Loading branch information
alatham13 committed Nov 23, 2024
1 parent 0761dfa commit c7196a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"#!apt install imp\n",
"#import sys, os, glob\n",
"#sys.path.append(os.path.dirname(glob.glob('/usr/lib/python*/dist-packages/IMP')[0]))\n",
"#!git clone https://github.com/salilab/imp_spatiotemporal_tutorial.git\n",
"\n",
"# Install IMP develop\n",
"!echo \"deb [trusted=yes] https://integrativemodeling.org/nightly/download $(lsb_release -cs)/\" > /etc/apt/sources.list.d/salilab.list\n",
Expand All @@ -81,6 +80,7 @@
"import sys, os, glob\n",
"sys.path.append(os.path.dirname(glob.glob('/usr/lib/python*/dist-packages/IMP')[0])) \n",
"\n",
"!git clone https://github.com/salilab/imp_spatiotemporal_tutorial.git\n",
"os.chdir('imp_spatiotemporal_tutorial/Jupyter/')"
]
},
Expand Down
2 changes: 1 addition & 1 deletion Jupyter/spatiotemporal-colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"#!apt install imp\n",
"#import sys, os, glob\n",
"#sys.path.append(os.path.dirname(glob.glob('/usr/lib/python*/dist-packages/IMP')[0]))\n",
"#!git clone https://github.com/salilab/imp_spatiotemporal_tutorial.git\n",
"\n",
"# Install IMP develop\n",
"!echo \"deb [trusted=yes] https://integrativemodeling.org/nightly/download $(lsb_release -cs)/\" > /etc/apt/sources.list.d/salilab.list\n",
Expand All @@ -81,6 +80,7 @@
"import sys, os, glob\n",
"sys.path.append(os.path.dirname(glob.glob('/usr/lib/python*/dist-packages/IMP')[0])) \n",
"\n",
"!git clone https://github.com/salilab/imp_spatiotemporal_tutorial.git\n",
"os.chdir('imp_spatiotemporal_tutorial/Jupyter/')"
]
},
Expand Down

0 comments on commit c7196a8

Please sign in to comment.