Skip to content

Commit

Permalink
ENH: upgrade version of pfile tools and bump version (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmperry authored Nov 3, 2020
1 parent a32d888 commit b9b3497
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN pip install \

# Install pfile_tools
WORKDIR /opt
ENV COMMIT 8089e427f66fc136aed32b3039f13f739f9dc521
ENV COMMIT 23ec2b6109371bf709305b173741562fc2ec9170
RUN git clone https://github.com/cni/pfile-tools.git && \
cd pfile-tools && \
git checkout ${COMMIT} && \
Expand Down
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "pfile-mr-classifier",
"label": "Metadata Import and Classification for GE P-Files",
"description": "Extracts GE P-File header and generates JSON metadata (.metadata.json) which is saved in Flywheel on the P-File's info object. This gear also attempts to determine the P-File's classification (measurement, intent, etc.).",
"label": "GE P-File Metadata Import and Classification",
"description": "Extracts GE P-File header and generates JSON metadata (.metadata.json) which is saved in Flywheel on the P-File's info object. This gear also attempts to determine the P-File's classification (measurement, intent, etc.) using information about the sequence, as well as heuristics based upon the series description.",
"maintainer": "Michael Perry <[email protected]>",
"author": "Michael Perry <[email protected]>",
"url": "https://cni.stanford.edu",
"source": "https://github.com/cni/pfile-mr-classifier",
"cite": "pfile-tools: GE P-File Utilities (https://github.com/njvack/pfile-tools)",
"license": "BSD-2-Clause",
"flywheel": "0",
"version": "2.3.2",
"version": "2.4.0_23ec2b6",
"custom": {
"gear-builder": {
"image": "stanfordcni/pfile-mr-classifier:2.3.2",
"image": "stanfordcni/pfile-mr-classifier:2.4.0_23ec2b6",
"category": "converter"
},
"flywheel": {
Expand Down

0 comments on commit b9b3497

Please sign in to comment.