Skip to content

Commit

Permalink
ok, better understanding
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Jun 12, 2016
1 parent 1baaa80 commit 854af75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Expand Up @@ -17,7 +17,6 @@ RUN apt-get update && \
RUN cd /home && \
git clone https://github.com/dib-lab/sourmash.git -b ${SOURMASH_VERSION} && \
cd sourmash && \
python setup.py install && \
python setup.py build_ext -i
python setup.py install

USER main
4 changes: 2 additions & 2 deletions demo/00-demo.ipynb
Expand Up @@ -407,7 +407,7 @@
}
],
"source": [
"!../sourmash compare ../urchin/*.sig -o urchin.npy > /dev/null && echo success || echo fail"
"!sourmash compare ../urchin/*.sig -o urchin.npy > /dev/null && echo success || echo fail"
]
},
{
Expand Down Expand Up @@ -491,7 +491,7 @@
}
],
"source": [
"!../sourmash compare ../urchin/miniata*.sig ../urchin/pectinifera*.sig -o patiria.npy > /dev/null \\\n",
"!sourmash compare ../urchin/miniata*.sig ../urchin/pectinifera*.sig -o patiria.npy > /dev/null \\\n",
" && echo success || echo fail\n"
]
},
Expand Down

0 comments on commit 854af75

Please sign in to comment.