Skip to content
Open
Changes from all 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 nipype-auto-conv/generate
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ echo "Running nipype2pydra conversion..."
nipype2pydra convert $conv_dir/specs $conv_dir/..

echo "Committing converted tasks to ${CURRENT_BRANCH}-auto-conv..."
git add pydra/tasks/ants
git add pydra/tasks/freesurfer
git commit -m "Auto-converted Nipype tasks to Pydra tasks" || echo true

echo "Rebasing '$CURRENT_BRANCH' to apply changes..."
Expand Down