spine-generic / data-multi-subject_DO-NOT-USE

Multi-subject data for the Spine Generic project
0 stars 1 forks source link

Fix participants.tsv #26

Closed alexfoias closed 4 years ago

alexfoias commented 4 years ago

Fixes https://github.com/spine-generic/data-multi-subject/issues/25

kousu commented 4 years ago

Sorry, but after #20, can you re-submit this over at the new https://github.com/spine-generic/data-multi-subject ?

This should be relatively straightforward because this PR didn't touch any NifTis. You just need to cherry-pick the one commit from this branch on top of the new master.

git fetch origin
git checkout master
git reset --hard origin/master  # this will be slow. but only once.
git branch -f fix_participants_tsv-backup fix_participants_tsv # just in case

# these should be the same as git checkout fix_participants_tsv && git rebase master, but faster
git branch -f fix_participants_tsv master
git checkout fix_participants_tsv
git cherry-pick a6daf86 

# upload
git push -u -f alexfoias

And then go and resubmit the pull request but to the other repo.

jcohenadad commented 4 years ago

Ported this PR here --> https://github.com/spine-generic/data-multi-subject/pull/9