You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -3,40 +3,40 @@ Every BIDS App needs to follow a minimal set of command arguments common across
3
3
all of the Apps. This allows users and developers to easily use and integrate
4
4
BIDS Apps with their environment.
5
5
6
-
This is an minimalistic example BIDS App consisting of a Dockerfile and simple
7
-
entrypoint script (written in this case in Python) accepting the standard BIDS
6
+
This is a minimalist example of a BIDS App consisting of a Dockerfile and a simple
7
+
entry point script (written in this case in Python) accepting the standard BIDS
8
8
Apps command line arguments. This repository can be used as a template for new BIDS Apps.
9
9
10
10
For more information about the specification of BIDS Apps see [here](https://docs.google.com/document/d/1E1Wi5ONvOVVnGhj21S1bmJJ4kyHFT7tkxnV3C23sjIE/edit#).
11
11
12
12
### Description
13
-
This is a placeholder for a shaort description explaining the user what your App is doing.
13
+
This is a placeholder for a short description explaining to the user what your App will doing.
14
14
15
15
### Documentation
16
-
Provide a link to a documention of your pipeline.
16
+
Provide a link to the documention of your pipeline.
17
17
18
18
### How to report errors
19
-
Provide instruction for users on how to get help and report errors.
19
+
Provide instructions for users on how to get help and report errors.
20
20
21
21
### Acknowledgements
22
-
Describe how would you like users to acknoledge the use of your App in their papers (citation, a paragraph that should be copy pasted etc.)
22
+
Describe how would you would like users to acknowledge use of your App in their papers (citation, a paragraph that can be copy pasted, etc.)
23
23
24
24
### Usage
25
-
This App has the following comman line arguments:
25
+
This App has the following command line arguments:
0 commit comments