Skip to content

Commit

Permalink
Include BF for series number
Browse files Browse the repository at this point in the history
  • Loading branch information
lmperry committed Jun 4, 2018
1 parent 78a1ec6 commit 67aa86e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN pip install \

# Install pfile_tools
WORKDIR /opt
ENV COMMIT 917388d388b1a2e026a6894a58692a878b7ee72e
ENV COMMIT 451dab65b2d4ba8c399816f2eb9102e928920f01
RUN git clone https://github.com/cni/pfile-tools.git && \
cd pfile-tools && \
git checkout ${COMMIT} && \
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"cite": "pfile-tools: GE P-File Utilities (https://github.com/njvack/pfile-tools)",
"license": "BSD-2-Clause",
"flywheel": "0",
"version": "1.1.0",
"version": "1.1.1",
"custom": {
"docker-image": "stanfordcni/pfile-mr-classifier:1.1.0"
"docker-image": "stanfordcni/pfile-mr-classifier:1.1.1"
},
"config": {
"timezone": {
Expand Down

0 comments on commit 67aa86e

Please sign in to comment.