Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AtlasPack atlases #330

Merged
merged 21 commits into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading