Skip to content

Commit

Permalink
rename to hippunfold_deps (#9)
Browse files Browse the repository at this point in the history
rename to hippunfold_deps
  • Loading branch information
akhanf authored Sep 21, 2023
1 parent f2034e4 commit 6c64ed6
Show file tree
Hide file tree
Showing 4 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 @@ -2,7 +2,7 @@ FROM continuumio/miniconda3:4.10.3

MAINTAINER alik@robarts.ca

#dependencies for hippocampal autotop
#dependencies for hippunfold
# note: this installs minified versions of fsl and ants to save space..

RUN apt-get --allow-releaseinfo-change update && mkdir -p /usr/share/man/man1 && apt-get install -y curl tree unzip bc default-jre libgomp1 cmake cmake-curses-gui libpng-dev zlib1g-dev build-essential wget bzip2 ca-certificates gnupg2 squashfs-tools git graphviz-dev && \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# autotop_deps
Dependencies container for hippocampal_autotop (niftynet, minified fsl/ants, c3d, mcr)
# hippunfold_deps
Dependencies container for HippUnfold (niftynet, minified fsl/ants, c3d, mcr, python dependencies)
File renamed without changes.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "autotop_deps"
name = "hippunfold_deps"
version = "0.5.0"
description = "Dependencies for HippUnfold"
authors = ["Jordan DeKraker & Ali Khan <alik@robarts.ca>"]
Expand Down

0 comments on commit 6c64ed6

Please sign in to comment.