Skip to content

Commit

Permalink
Merge pull request #42 from HippocampusGirl/rel/1.0.0
Browse files Browse the repository at this point in the history
Make release 1.0
  • Loading branch information
HippocampusGirl committed Jan 19, 2021
2 parents a3b5e08 + 67a1640 commit 3575fbf
Show file tree
Hide file tree
Showing 3 changed files with 426 additions and 291 deletions.
16 changes: 16 additions & 0 deletions .singularity-hub/Singularity.1.0.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Bootstrap: docker
From: halfpipe/halfpipe:1.0.0

%environment
export HALFPIPE_RESOURCE_DIR="/home/fmriprep/.cache/halfpipe"
export TEMPLATEFLOW_HOME="/home/fmriprep/.cache/templateflow"

%setup
mkdir -p ${SINGULARITY_ROOTFS}/halfpipe
mkdir -p ${SINGULARITY_ROOTFS}/ext

%runscript
exec /usr/local/miniconda/bin/halfpipe "$@"

%startscript
exec /usr/local/miniconda/bin/halfpipe "$@"

0 comments on commit 3575fbf

Please sign in to comment.