diff --git a/Dockerfile b/Dockerfile index a718f16..e4ee2ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ diff --git a/README.md b/README.md index 3c2ee7f..d3e83f6 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/autotop_deps/__init__.py b/hippunfold_deps/__init__.py similarity index 100% rename from autotop_deps/__init__.py rename to hippunfold_deps/__init__.py diff --git a/pyproject.toml b/pyproject.toml index 182158d..6fe5eb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "]