There was an error while loading. Please reload this page.
1 parent 1e31076 commit 961c7a5Copy full SHA for 961c7a5
neurodocker/templates/ants.yaml
@@ -47,7 +47,7 @@ binaries:
47
instructions: |
48
{{ self.install_dependencies() }}
49
echo "Downloading ANTs ..."
50
- {% if (self.version == "2.4.1" or self.version == "2.4.2" or self.version == "2.4.3") -%}
+ {% if self.urls[self.version].endswith('.zip') -%}
51
curl -fsSL -o ants.zip {{ self.urls[self.version] }}
52
unzip ants.zip -d /opt
53
mv {{ self.install_path }}/bin/* {{ self.install_path }}
0 commit comments