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
Shreya from Alexander-Bloch lab ran babs-init without issue following the example walkthrough, but got error when using the datalad dataset created by her. We've made sure she used datalad create -c text2git and datalad save the changes, so the this input datalad dataset should be fine.
Error message:
If we go to analysis folder, and run git commit -amend -m "Register input data dataset xxxx" --allow-empty, then it's fine and changes are saved. Before running this, datalad status says modified: xxxx.
Try adding --allow-empty and see if this can resolve the problem.
The text was updated successfully, but these errors were encountered:
It seems this error only happens on their cluster's fileshare directory, but not in Shreya's home directory on the cluster. We are investigating more here.
Shreya from Alexander-Bloch lab ran
babs-init
without issue following the example walkthrough, but got error when using the datalad dataset created by her. We've made sure she useddatalad create -c text2git
anddatalad save
the changes, so the this input datalad dataset should be fine.Error message:
If we go to
analysis
folder, and rungit commit -amend -m "Register input data dataset xxxx" --allow-empty
, then it's fine and changes are saved. Before running this,datalad status
saysmodified: xxxx
.Try adding
--allow-empty
and see if this can resolve the problem.The text was updated successfully, but these errors were encountered: