Skip to content

Commit

Permalink
Add AtlasPack atlases (#330)
Browse files Browse the repository at this point in the history
* Add AtlasPack and write out top-level files.

* Update expected outputs.

* Feed in source_file.

* Add the right atlas files.

* Fix the atlas names again.

* Document the outputs.

* Fix the boilerplate and description.

* Update base image version.

* Use atlas as its own source file.

* Add function to extract entities.

* Fix connection.

* Update cbf.py

* Update cbf.py

* Whoops.

* Update gecbf.py

* Fix outputs.

* Don't expect dataset description.

* Log the thing.

* Update bids.py

* Revert.

* Document the differences between sets of atlases.
  • Loading branch information
tsalo authored Oct 10, 2023
1 parent 55c378a commit 629a4dd
Show file tree
Hide file tree
Showing 60 changed files with 1,332 additions and 5,846 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pennlinc/aslprep_build:0.0.2
FROM pennlinc/aslprep_build:0.0.3

# Install aslprep
COPY . /src/aslprep
Expand Down
3 changes: 2 additions & 1 deletion aslprep/cli/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ def main():
packagename="aslprep",
)
write_derivative_description(
config.execution.bids_dir, config.execution.output_dir / "aslprep"
config.execution.bids_dir,
config.execution.output_dir / "aslprep",
)

if failed_reports and not config.execution.notrack:
Expand Down
File renamed without changes.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 629a4dd

Please sign in to comment.