Closed jcohenadad closed 4 years ago
question: what should we do?
there are only 4 problematic files:
julien-macbook:~/data/spineGeneric_multi $ find sub* -type f -print0 | xargs -0 ls -la | awk '{print int($5/1000) " KB\t" $9}' | sort -n -r -k1
122306 KB sub-beijingGE04/anat/sub-beijingGE04_T1w.nii.gz
119980 KB sub-beijingGE03/anat/sub-beijingGE03_T1w.nii.gz
119521 KB sub-beijingGE02/anat/sub-beijingGE02_T1w.nii.gz
118446 KB sub-beijingGE01/anat/sub-beijingGE01_T1w.nii.gz
80034 KB sub-brnoUhb02/anat/sub-brnoUhb02_T1w.nii.gz
79269 KB sub-brnoUhb05/anat/sub-brnoUhb05_T1w.nii.gz
This is what git-lfs
is meant for.
git lfs install
git lfs track beijingGE*/anat/*.nii.gz
git push
Of course we're going to run off the limits in git-lfs
quickly unless we pay Github for the privilege.
i think i'll simply downsample these 4 data
i'm also uploading by smaller chunks
problematic files were downsampled-- problem solved
this could explain #1: