We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9cb1d5 commit cd9a0f9Copy full SHA for cd9a0f9
2 files changed
.circleci/config.yml
@@ -50,6 +50,8 @@ jobs:
50
51
- run: mkdir -p ${HOME}/outputs<< parameters.dataset >>
52
53
+ - run: sudo apt-get install tree
54
+
55
- run:
56
name: print version
57
command: |
Singularity
@@ -2,8 +2,8 @@ Bootstrap: docker
2
From: bids/example
3
4
%help
5
-You are in the BIDS-example container. To see help run
6
-singularity run BIDS-example.simg -h
+You are in the BIDS-example container.
+To see help run singularity run: BIDS-example.simg -h
7
8
%runscript
9
exec /run.py "$@"
0 commit comments