Skip to content

Commit

Permalink
update pfile-tools to cd34295 to parse prescan params + bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lmperry committed Oct 16, 2019
1 parent 1071318 commit 5c6915d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 8e8984176563990a060533c6a12e0ac40883b6fe
ENV COMMIT cd34295049c0441388e390dce92ca3a92a3ea19f
RUN git clone https://github.com/cni/pfile-tools.git && \
cd pfile-tools && \
git checkout ${COMMIT} && \
Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"cite": "pfile-tools: GE P-File Utilities (https://github.com/njvack/pfile-tools)",
"license": "BSD-2-Clause",
"flywheel": "0",
"version": "2.0.0",
"version": "2.1.0",
"custom": {
"docker-image": "stanfordcni/pfile-mr-classifier:2.0.0",
"docker-image": "stanfordcni/pfile-mr-classifier:2.1.0",
"gear-builder": {
"image": "stanfordcni/pfile-mr-classifier:2.0.0",
"image": "stanfordcni/pfile-mr-classifier:2.1.0",
"category": "converter"
},
"flywheel": {
Expand Down

0 comments on commit 5c6915d

Please sign in to comment.