Skip to content

Commit

Permalink
Merge branch 'main' into 4SZ2_repro
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Apr 17, 2024
2 parents a4bbb99 + 695668a commit 7f37229
Show file tree
Hide file tree
Showing 10 changed files with 882 additions and 11 deletions.
6 changes: 6 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Finally, you are able to use the scripts of the project :

* `narps_open_runner`: run pipelines
* `narps_open_tester`: run a pipeline and test its results against original ones from the team
* `narps_open_correlations`: compute and display correlation between results and original ones from the team
* `narps_description`: get the textual description made by a team
* `narps_results`: download the original results from teams
* `narps_open_status`: get status information about the development process of the pipelines
Expand All @@ -107,6 +108,10 @@ narps_open_runner -t 2T6S -n 40
# and produces a report with correlation values.
narps_open_tester -t 08MQ

# Compute the correlation values between results of 2T6S reproduction on 60 subjects with original ones
# WARNING : 2T6S must have been previously computed with a group of 60 subjects
narps_open_correlations -t 2T6S -n 60

# Get the description of team C88N in markdown formatting
narps_description -t C88N --md

Expand All @@ -121,6 +126,7 @@ narps_open_status --json
> For further information about these command line tools, read the corresponding documentation pages.
> * `narps_open_runner` : [docs/running.md](docs/running.md)
> * `narps_open_tester` : [docs/testing.md](docs/testing.md#command-line-tool)
> * `narps_open_correlations` : [docs/correlation.md](docs/correlation.md#command-line-tool)
> * `narps_description` : [docs/description.md](docs/description.md)
> * `narps_results` : [docs/data.md](docs/data.md#results-from-narps-teams)
> * `narps_open_status` : [docs/status.md](docs/status.md)
2 changes: 1 addition & 1 deletion narps_open/pipelines/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
'K9P0': None,
'L1A8': None,
'L3V8': None,
'L7J7': None,
'L7J7': 'PipelineTeamL7J7',
'L9G5': None,
'O03M': None,
'O21U': None,
Expand Down
Loading

0 comments on commit 7f37229

Please sign in to comment.