Skip to content

Commit

Permalink
Merge pull request #69 from neurosutton/dev-upgrade-pipelines
Browse files Browse the repository at this point in the history
Upgrade pipelines
  • Loading branch information
rhancockn authored Jun 30, 2021
2 parents 6ad92b1 + c90bbe8 commit 8ad2944
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ RUN curl -fsSL -o miniconda.sh https://repo.anaconda.com/miniconda/Miniconda3-py
WORKDIR /opt
RUN apt-get -qq update && \
apt-get install -yq libfreetype6 libglib2.0 && \
wget -q https://www.humanconnectome.org/storage/app/media/workbench/workbench-linux64-v1.4.2.zip -O wb.zip \
wget -q https://github.com/Washington-University/workbench/archive/refs/tags/v1.5.0.zip -O wb.zip \
&& unzip wb.zip \
&& rm wb.zip && \
apt-get clean && \
Expand All @@ -95,7 +95,7 @@ ENV CARET7DIR="/opt/workbench/bin_linux64"
RUN apt-get -qq update && \
apt-get install -yq --no-install-recommends gcc g++ libglu1 && \
rm -rf /tmp/* && \
wget -qO- https://github.com/Washington-University/HCPpipelines/archive/v4.1.3.tar.gz | tar xz -C /tmp && \
wget -qO- https://github.com/Washington-University/HCPpipelines/archive/v4.3.0.tar.gz | tar xz -C /tmp && \
mv /tmp/* /opt/HCP-Pipelines && \
mkdir /opt/HCP-Pipelines/MSMBinaries && \
wget -q https://github.com/ecr05/MSM_HOCR/releases/download/v3.0FSL/msm_ubuntu_v3 -O /opt/HCP-Pipelines/MSMBinaries/msm && \
Expand Down Expand Up @@ -126,7 +126,7 @@ ENV HCPPIPEDIR_Templates=${HCPPIPEDIR}/global/templates \
RUN wget -qO- https://deb.nodesource.com/setup_10.x | bash - && \
apt-get update && \
apt-get install -y --no-install-recommends nodejs && \
npm install -g bids-validator@1.4.4 && \
npm install -g bids-validator@1.7.2 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## HCP Pipelines BIDS App

This a [BIDS App](https://bids-apps.neuroimaging.io) wrapper for [HCP Pipelines](https://github.com/Washington-University/Pipelines) [v4.1.3](https://github.com/Washington-University/HCPpipelines/releases/tag/v4.1.3).
This a [BIDS App](https://bids-apps.neuroimaging.io) wrapper for [HCP Pipelines](https://github.com/Washington-University/Pipelines) [v4.3.0](https://github.com/Washington-University/HCPpipelines/releases/tag/v4.3.0).
Like every BIDS App it consists of a container that includes all of the dependencies and run script that parses a [BIDS dataset](http://bids.neuroimaging.io).
BIDS Apps run on Windows, Linux, Mac as well as HPCs/clusters.

Expand Down

0 comments on commit 8ad2944

Please sign in to comment.