You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of the git-annex issue #24 and the fact that we cannot wait anymore for the issue to be fixed (we have hard deadlines to analyze data), I had no choice but manually copy the labels produced by @lrouhier directly from our internal server. Below are the command lines I used to bundle these manual labels:
zip label files by keeping the directory structure:
# connect as root to rosenberg
cd /home/GRAMES.POLYMTL.CA/luroub/spineclean/error_redo/data-multi-subject
find . -name "*labels-disc-manual*.*" | while read F; do zip labels-disc.zip $F; done
copy them onto compute canada cluster, under the data-multi-subject root directory
unzip: unzip labels-disc.zip and press "A" for replace all.
Because of the git-annex issue #24 and the fact that we cannot wait anymore for the issue to be fixed (we have hard deadlines to analyze data), I had no choice but manually copy the labels produced by @lrouhier directly from our internal server. Below are the command lines I used to bundle these manual labels:
unzip labels-disc.zip
and press "A" for replace all.For the record, here are the labels: labels-disc.zip
The text was updated successfully, but these errors were encountered: