Skip to content

Commit 3bad508

Browse files
committed
jupyter notebook update
1 parent ee61f88 commit 3bad508

File tree

6 files changed

+201797
-1801
lines changed

6 files changed

+201797
-1801
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ COPY metadynminer/ /tmp/build/metadynminer/
66

77
RUN pip3 install /tmp/build
88

9-
COPY data/acealanme /home/jovyan
10-
COPY data/acealanme /usr/local/lib
9+
COPY data/oxytocin /home/jovyan
10+
COPY data/oxytocin /usr/local/lib
1111

1212
COPY python_metadynminer.ipynb /home/jovyan
1313
COPY python_metadynminer.ipynb /usr/local/lib

copy-notebook.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
if [ ! -f $HOME/python_metadynminer.ipynb ]; then
44
cp /usr/local/lib/python_metadynminer.ipynb $HOME
55
fi
6-
if [ ! -f $HOME/acealanme ]; then
7-
cp /usr/local/lib/acealanme $HOME
6+
if [ ! -f $HOME/oxytocin ]; then
7+
cp /usr/local/lib/oxytocin $HOME
88
fi

data/oxytocin

Lines changed: 200014 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)