Skip to content

Commit

Permalink
add code and folders to set subdatasets
Browse files Browse the repository at this point in the history
  • Loading branch information
JacMatu committed Mar 20, 2024
1 parent 55cf9b2 commit 9d904ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dataladSetUp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ datalad install -d . -s "${URL_RAW}" "${raw_dir}"

# install derivatives dataset with submodules (hopefully)


datalad install -r -d . -s "${URL_DER}" "${derivatives_dir}"

cd "${derivatives_dir}"
Expand All @@ -25,7 +24,7 @@ datalad push --to origin -r

cd "${root_dir}"

datalad save -m "add code and folders to set subdatasets"
datalad save . -m "add code and folders to set subdatasets"

datalad push --to origin

Expand Down

0 comments on commit 9d904ce

Please sign in to comment.