Skip to content

Commit cd9a0f9

Browse files
committed
install tree
1 parent f9cb1d5 commit cd9a0f9

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050

5151
- run: mkdir -p ${HOME}/outputs<< parameters.dataset >>
5252

53+
- run: sudo apt-get install tree
54+
5355
- run:
5456
name: print version
5557
command: |

Singularity

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Bootstrap: docker
22
From: bids/example
33

44
%help
5-
You are in the BIDS-example container. To see help run
6-
singularity run BIDS-example.simg -h
5+
You are in the BIDS-example container.
6+
To see help run singularity run: BIDS-example.simg -h
77

88
%runscript
99
exec /run.py "$@"

0 commit comments

Comments
 (0)