Skip to content

Commit

Permalink
Merge pull request #1056 from datalad-handbook/more-filters
Browse files Browse the repository at this point in the history
Add more log filters
  • Loading branch information
mih authored Nov 2, 2023
2 parents 464ee94 + 1239efe commit d91a7ec
Show file tree
Hide file tree
Showing 56 changed files with 49 additions and 103 deletions.
1 change: 0 additions & 1 deletion docs/basics/_examples/DL-101-102-112
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ $ datalad download-url \
--dataset . \
-m "add beginners guide on bash" \
-O books/bash_guide.pdf
[INFO] Downloading 'https://www.tldp.org/LDP/Bash-Beginners-Guide/Bash-Beginners-Guide.pdf' into '/home/me/dl-101/DataLad-101/books/bash_guide.pdf'
download_url(ok): /home/me/dl-101/DataLad-101/books/bash_guide.pdf (file)
add(ok): books/bash_guide.pdf (file)
save(ok): . (dataset)
1 change: 0 additions & 1 deletion docs/basics/_examples/DL-101-105-102
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
$ datalad clone --dataset . \
https://github.com/datalad-datasets/longnow-podcasts.git recordings/longnow
[INFO] Attempting a clone into /home/me/dl-101/DataLad-101/recordings/longnow
[INFO] Remote origin not usable by git-annex; setting annex-ignore
install(ok): recordings/longnow (dataset)
add(ok): recordings/longnow (dataset)
Expand Down
3 changes: 0 additions & 3 deletions docs/basics/_examples/DL-101-111-101
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
$ datalad unlock recordings/salt_logo_small.jpg
[INFO] Unlocking files
unlock(ok): recordings/salt_logo_small.jpg (file)
[INFO] Recording unlocked state in git
[INFO] Completed unlocking files
3 changes: 0 additions & 3 deletions docs/basics/_examples/DL-101-112-104
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ $ datalad run -m "Resize logo for slides" \
--output "recordings/interval_logo_small.jpg" \
"convert -resize 400x400 recordings/longnow/.datalad/feed_metadata/logo_interval.jpg recordings/interval_logo_small.jpg"
[INFO] Making sure inputs are available (this may take some time)
[INFO] Unlocking files
unlock(ok): recordings/interval_logo_small.jpg (file)
[INFO] Recording unlocked state in git
[INFO] Completed unlocking files
[INFO] == Command start (output follows) =====
[INFO] == Command exit (modification check follows) =====
run(ok): /home/me/dl-101/DataLad-101 (dataset) [convert -resize 400x400 recordings/longn...]
Expand Down
3 changes: 0 additions & 3 deletions docs/basics/_examples/DL-101-112-106
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ $ datalad run -m "Resize logo for slides" \
--explicit \
"convert -resize 400x400 recordings/longnow/.datalad/feed_metadata/logo_salt.jpg recordings/salt_logo_small.jpg"
[INFO] Making sure inputs are available (this may take some time)
[INFO] Unlocking files
unlock(ok): recordings/salt_logo_small.jpg (file)
[INFO] Recording unlocked state in git
[INFO] Completed unlocking files
[INFO] == Command start (output follows) =====
[INFO] == Command exit (modification check follows) =====
run(ok): /home/me/dl-101/DataLad-101 (dataset) [convert -resize 400x400 recordings/longn...]
Expand Down
1 change: 0 additions & 1 deletion docs/basics/_examples/DL-101-116-102
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
$ cd mock_user
$ datalad clone --description "DataLad-101 in mock_user" ../DataLad-101
[INFO] Attempting a clone into /home/me/dl-101/mock_user/DataLad-101
install(ok): /home/me/dl-101/mock_user/DataLad-101 (dataset)
1 change: 0 additions & 1 deletion docs/basics/_examples/DL-101-116-107
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
$ datalad get -n recordings/longnow
[INFO] Attempting a clone into /home/me/dl-101/mock_user/DataLad-101/recordings/longnow
[INFO] Remote origin not usable by git-annex; setting annex-ignore
install(ok): /home/me/dl-101/mock_user/DataLad-101/recordings/longnow (dataset) [Installed subdataset in order to get /home/me/dl-101/mock_user/DataLad-101/recordings/longnow]
1 change: 0 additions & 1 deletion docs/basics/_examples/DL-101-119-102
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
$ datalad update --how merge
[INFO] Fetching updates for Dataset(/home/me/dl-101/mock_user/DataLad-101)
merge(ok): . (dataset) [Merged origin/main]
update.annex_merge(ok): . (dataset) [Merged annex branch]
update(ok): . (dataset)
1 change: 0 additions & 1 deletion docs/basics/_examples/DL-101-121-101
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ $ datalad download-url \
-m "Include nesting demo from datalad website" \
-O code/nested_repos.sh \
https://raw.githubusercontent.com/datalad/datalad.org/7e8e39b1/content/asciicast/seamless_nested_repos.sh
[INFO] Downloading 'https://raw.githubusercontent.com/datalad/datalad.org/7e8e39b1/content/asciicast/seamless_nested_repos.sh' into '/home/me/dl-101/mock_user/DataLad-101/code/nested_repos.sh'
download_url(ok): /home/me/dl-101/mock_user/DataLad-101/code/nested_repos.sh (file)
add(ok): code/nested_repos.sh (file)
save(ok): . (dataset)
1 change: 0 additions & 1 deletion docs/basics/_examples/DL-101-121-106
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
$ datalad update -s roommate
[INFO] Fetching updates for Dataset(/home/me/dl-101/DataLad-101)
update(ok): . (dataset)
1 change: 0 additions & 1 deletion docs/basics/_examples/DL-101-121-110
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
$ datalad update --how merge -s roommate
[INFO] Fetching updates for Dataset(/home/me/dl-101/DataLad-101)
merge(ok): . (dataset) [Merged roommate/main]
update.annex_merge(ok): . (dataset) [Merged annex branch]
update(ok): . (dataset)
1 change: 0 additions & 1 deletion docs/basics/_examples/DL-101-130-102
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
$ cd iris_data
$ datalad download-url https://gist.githubusercontent.com/netj/8836201/raw/6f9306ad21398ea43cba4f7d537619d0e07d5ae3/iris.csv
[INFO] Downloading 'https://gist.githubusercontent.com/netj/8836201/raw/6f9306ad✂SHA1/iris.csv' into '/home/me/dl-101/iris_data/'
download_url(ok): /home/me/dl-101/iris_data/iris.csv (file)
add(ok): iris.csv (file)
save(ok): . (dataset)
1 change: 0 additions & 1 deletion docs/basics/_examples/DL-101-130-105
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ $ cd midterm_project
$ datalad clone -d . \
https://github.com/datalad-handbook/iris_data.git \
input/
[INFO] Attempting a clone into /home/me/dl-101/DataLad-101/midterm_project/input
[INFO] Remote origin not usable by git-annex; setting annex-ignore
install(ok): input (dataset)
add(ok): input (dataset)
Expand Down
2 changes: 0 additions & 2 deletions docs/basics/_examples/DL-101-130-118
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
$ datalad push --to github
[INFO] Determine push target
copy(ok): pairwise_relationships.png (file) [to github...]
copy(ok): prediction_report.csv (file) [to github...]
publish(ok): . (dataset) [refs/heads/git-annex->github:refs/heads/git-annex ✂FROM✂..✂TO✂]
publish(ok): . (dataset) [refs/heads/main->github:refs/heads/main [new branch]]
[INFO] Finished push of Dataset(/home/me/dl-101/DataLad-101/midterm_project)
1 change: 0 additions & 1 deletion docs/basics/_examples/DL-101-130-119
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
$ cd ../../
$ datalad clone "https://github.com/adswa/midtermproject.git"
[INFO] Attempting a clone into /home/me/dl-101/midtermproject
[INFO] Remote origin not usable by git-annex; setting annex-ignore
install(ok): /home/me/dl-101/midtermproject (dataset)
1 change: 0 additions & 1 deletion docs/basics/_examples/DL-101-130-120
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
$ cd midtermproject
$ datalad get input/iris.csv
[INFO] Attempting a clone into /home/me/dl-101/midtermproject/input
[INFO] Remote origin not usable by git-annex; setting annex-ignore
install(ok): /home/me/dl-101/midtermproject/input (dataset) [Installed subdataset in order to get /home/me/dl-101/midtermproject/input/iris.csv]
get(ok): input/iris.csv (file) [from web...]
2 changes: 1 addition & 1 deletion docs/basics/_examples/DL-101-130-121
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ datalad get prediction_report.csv pairwise_relationships.png
get(error): pairwise_relationships.png (file) [not available; (Note that these git remotes have annex-ignore set: origin)]
get(error): prediction_report.csv (file) [not available; (Note that these git remotes have annex-ignore set: origin)]
get(error): pairwise_relationships.png (file) [not available; (Note that these git remotes have annex-ignore set: origin)]
3 changes: 0 additions & 3 deletions docs/basics/_examples/DL-101-133-105
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ $ datalad containers-run -m "rerun analysis in container" \
--output "prediction_report.csv" \
"python3 code/script.py {inputs} {outputs}"
[INFO] Making sure inputs are available (this may take some time)
[INFO] Unlocking files
unlock(ok): pairwise_relationships.png (file)
unlock(ok): prediction_report.csv (file)
[INFO] Recording unlocked state in git
[INFO] Completed unlocking files
[INFO] == Command start (output follows) =====
[INFO] == Command exit (modification check follows) =====
run(ok): /home/me/dl-101/DataLad-101/midterm_project (dataset) [singularity exec -B /home/me/dl-101/Data...]
Expand Down
1 change: 0 additions & 1 deletion docs/basics/_examples/DL-101-136-162
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
$ cd ../DataLad-101
# attempt a datalad update
$ datalad update
[INFO] Fetching updates for Dataset(/home/me/dl-101/DataLad-101)
update(error): . (dataset) [Fetch failed: CommandError(CommandError: 'git -c diff.ignoreSubmodules=none -c core.quotepath=false fetch --verbose --progress --no-recurse-submodules --prune roommate' failed with exitcode 128 under /home/me/dl-101/DataLad-101 [err: 'fatal: '../mock_user/DataLad-101' does not appear to be a git repository
fatal: Could not read from remote repository.

Expand Down
1 change: 0 additions & 1 deletion docs/basics/_examples/DL-101-136-165
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
$ datalad update
[INFO] Fetching updates for Dataset(/home/me/dl-101/DataLad-101)
update(ok): . (dataset)
1 change: 0 additions & 1 deletion docs/basics/_examples/DL-101-136-170
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ $ datalad download-url -m "Added flower mosaic from wikimedia" \
https://upload.wikimedia.org/wikipedia/commons/a/a5/Flower_poster_2.jpg \
--path flowers.jpg
$ ls -l flowers.jpg
[INFO] Downloading 'https://upload.wikimedia.org/wikipedia/commons/a/a5/Flower_poster_2.jpg' into '/home/me/dl-101/DataLad-101/flowers.jpg'
download_url(ok): /home/me/dl-101/DataLad-101/flowers.jpg (file)
add(ok): flowers.jpg (file)
save(ok): . (dataset)
Expand Down
1 change: 0 additions & 1 deletion docs/basics/_examples/DL-101-136-181
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
$ datalad clone -d . \
https://github.com/datalad-datasets/disneyanimation-cloud.git \
cloud
[INFO] Attempting a clone into /home/me/dl-101/DataLad-101/cloud
[INFO] Remote origin not usable by git-annex; setting annex-ignore
install(ok): cloud (dataset)
add(ok): cloud (dataset)
Expand Down
1 change: 0 additions & 1 deletion docs/basics/_examples/DL-101-136-183
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
$ datalad get -n cloud
[INFO] Attempting a clone into /home/me/dl-101/DataLad-101/cloud
[INFO] Remote origin not usable by git-annex; setting annex-ignore
install(ok): /home/me/dl-101/DataLad-101/cloud (dataset) [Installed subdataset in order to get /home/me/dl-101/DataLad-101/cloud]
2 changes: 1 addition & 1 deletion docs/basics/_examples/DL-101-137-114
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
$ ls -l apdffile.pdf
lrwxrwxrwx 1 elena elena 122 2019-06-18 16:13 apdffile.pdf -> .git/annex/objects/W8/PK/✂/MD5E-s1216--8bddf647✂MD5.pdf
lrwxrwxrwx 1 elena elena 122 2019-06-18 16:13 apdffile.pdf -> .git/annex/objects/JQ/ZF/✂/MD5E-s1216--e18f278f✂MD5.pdf
3 changes: 0 additions & 3 deletions docs/basics/_examples/DL-101-137-115
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
$ datalad unlock apdffile.pdf
[INFO] Unlocking files
unlock(ok): apdffile.pdf (file)
[INFO] Recording unlocked state in git
[INFO] Completed unlocking files
2 changes: 1 addition & 1 deletion docs/basics/_examples/DL-101-137-117
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$ git log -n 3 --oneline
98eb974 [DATALAD] Recorded changes
ecab714 [DATALAD] Recorded changes
4bdb06c save my favorite Git joke
996f459 remove obsolete subds
2 changes: 0 additions & 2 deletions docs/basics/_examples/DL-101-139-102
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
$ datalad push --to gin
[INFO] Determine push target
copy(ok): books/TLCL.pdf (file) [to gin...]
copy(ok): books/bash_guide.pdf (file) [to gin...]
copy(ok): books/byte-of-python.pdf (file) [to gin...]
copy(ok): books/progit.pdf (file) [to gin...]
publish(ok): . (dataset) [refs/heads/git-annex->gin:refs/heads/git-annex ✂FROM✂..✂TO✂]
publish(ok): . (dataset) [refs/heads/main->gin:refs/heads/main [new branch]]
[INFO] Finished push of Dataset(/home/me/dl-101/DataLad-101)
2 changes: 0 additions & 2 deletions docs/basics/_examples/DL-101-139-106
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
$ datalad push --to gin
[INFO] Determine push target
publish(ok): . (dataset) [refs/heads/main->gin:refs/heads/main 6d3d93b..344b0ec]
[INFO] Finished push of Dataset(/home/me/dl-101/DataLad-101)
action summary:
publish (notneeded: 1, ok: 1)
1 change: 0 additions & 1 deletion docs/basics/_examples/DL-101-139-107
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
$ datalad clone https://gin.g-node.org/adswa/DataLad-101
[INFO] Attempting a clone into /home/me/dl-101/clone_of_dl-101/DataLad-101
install(ok): /home/me/dl-101/clone_of_dl-101/DataLad-101 (dataset)
2 changes: 0 additions & 2 deletions docs/basics/_examples/DL-101-141-101
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
$ datalad push --to roommate
[INFO] Determine push target
copy(ok): books/TLCL.pdf (file) [to roommate...]
copy(ok): books/bash_guide.pdf (file) [to roommate...]
copy(ok): books/byte-of-python.pdf (file) [to roommate...]
[INFO] Finished
publish(ok): . (dataset) [refs/heads/git-annex->roommate:refs/heads/git-annex ✂FROM✂..✂TO✂]
publish(error): . (dataset) [refs/heads/main->roommate:refs/heads/main [remote rejected] (branch is currently checked out)]
[INFO] Finished push of Dataset(/home/me/dl-101/DataLad-101)
action summary:
copy (ok: 3)
publish (error: 1, ok: 1)
4 changes: 2 additions & 2 deletions docs/beyond_basics/_examples/DL-101-147-104
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ datalad siblings
.: here(+) [git]
.: ria-backup-storage(+) [ora]
.: gin(+) [/home/me/pushes/DataLad-101 (git)]
.: roommate(+) [../mock_user/DataLad-101 (git)]
.: ria-backup(-) [/home/me/myriastore/e3e/70682-c209-4cac-629f-6fbed82c07cd (git)]
.: gin(+) [/home/me/pushes/DataLad-101 (git)]
.: ria-backup-storage(+) [ora]
3 changes: 0 additions & 3 deletions docs/beyond_basics/_examples/DL-101-147-107
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
$ datalad push --to ria-backup
[INFO] Determine push target
copy(ok): books/TLCL.pdf (file) [to ria-backup-storage...]
copy(ok): books/bash_guide.pdf (file) [to ria-backup-storage...]
copy(ok): books/byte-of-python.pdf (file) [to ria-backup-storage...]
copy(ok): books/progit.pdf (file) [to ria-backup-storage...]
publish(ok): . (dataset) [refs/heads/main->ria-backup:refs/heads/main [new branch]]
publish(ok): . (dataset) [refs/heads/git-annex->ria-backup:refs/heads/git-annex [new branch]]
[INFO] Finished push of Dataset(/home/me/dl-101/DataLad-101)
[INFO] Finished push of Dataset(/home/me/dl-101/DataLad-101)
4 changes: 2 additions & 2 deletions docs/beyond_basics/_examples/DL-101-147-108
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ $ tree /home/me/myriastore
│   ├── objects
│   │   ├── info
│   │   └── pack
│   │   ├── pack-94b1d055✂SHA1.idx
│   │   └── pack-94b1d055✂SHA1.pack
│   │   ├── pack-f1636323✂SHA1.idx
│   │   └── pack-f1636323✂SHA1.pack
│   ├── ora-remote-46b169aa-bb91-42d6-be06-355d957fb4f7
│   │   └── transfer
│   ├── refs
Expand Down
3 changes: 0 additions & 3 deletions docs/beyond_basics/_examples/DL-101-147-110
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
$ datalad push --to ria-backup
[INFO] Determine push target
copy(ok): .datalad/environments/midterm-software/image (file) [to ria-backup-storage...]
copy(ok): pairwise_relationships.png (file) [to ria-backup-storage...]
copy(ok): prediction_report.csv (file) [to ria-backup-storage...]
publish(ok): . (dataset) [refs/heads/main->ria-backup:refs/heads/main [new branch]]
publish(ok): . (dataset) [refs/heads/git-annex->ria-backup:refs/heads/git-annex [new branch]]
[INFO] Finished push of Dataset(/home/me/dl-101/DataLad-101/midterm_project)
[INFO] Finished push of Dataset(/home/me/dl-101/DataLad-101/midterm_project)
10 changes: 5 additions & 5 deletions docs/beyond_basics/_examples/DL-101-147-112
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ $ tree /home/me/myriastore
│   ├── objects
│   │   ├── info
│   │   └── pack
│   │   ├── pack-8a336fbd✂SHA1.idx
│   │   └── pack-8a336fbd✂SHA1.pack
│   ├── ora-remote-5762bcab-e464-4ccd-898f-77e45c8dab51
│   │   ├── pack-5020f73a✂SHA1.idx
│   │   └── pack-5020f73a✂SHA1.pack
│   ├── ora-remote-644719fb-0077-49d2-b1c7-006cc9f7c7c5
│   │   └── transfer
│   ├── refs
│   │   ├── heads
Expand Down Expand Up @@ -98,8 +98,8 @@ $ tree /home/me/myriastore
│   ├── objects
│   │   ├── info
│   │   └── pack
│   │   ├── pack-94b1d055✂SHA1.idx
│   │   └── pack-94b1d055✂SHA1.pack
│   │   ├── pack-f1636323✂SHA1.idx
│   │   └── pack-f1636323✂SHA1.pack
│   ├── ora-remote-46b169aa-bb91-42d6-be06-355d957fb4f7
│   │   └── transfer
│   ├── refs
Expand Down
1 change: 0 additions & 1 deletion docs/beyond_basics/_examples/DL-101-147-124
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
datalad clone ria+file:///home/me/myriastore#~midterm_project
[INFO] Attempting a clone into /home/me/beyond_basics/midterm_project
[INFO] Configure additional publication dependency on "ria-backup-storage"
configure-sibling(ok): . (sibling)
install(ok): /home/me/beyond_basics/midterm_project (dataset)
1 change: 0 additions & 1 deletion docs/beyond_basics/_examples/DL-101-147-127
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
$ datalad get -n midterm_project
[INFO] Attempting a clone into /home/me/beyond_basics/myclone/midterm_project
[INFO] Configure additional publication dependency on "ria-backup-storage"
install(ok): /home/me/beyond_basics/myclone/midterm_project (dataset) [Installed subdataset in order to get /home/me/beyond_basics/myclone/midterm_project]
1 change: 0 additions & 1 deletion docs/beyond_basics/_examples/DL-101-149-01
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
$ datalad clone https://github.com/datalad-datasets/human-connectome-project-openaccess.git hcp
[INFO] Attempting a clone into /home/me/beyond_basics/HPC/hcp
install(ok): /home/me/beyond_basics/HPC/hcp (dataset)
1 change: 0 additions & 1 deletion docs/beyond_basics/_examples/DL-101-149-02
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
$ cd hcp
$ datalad get -n -r HCP1200/130*
[INFO] Attempting a clone into /home/me/beyond_basics/HPC/hcp/HCP1200/130013
install(ok): /home/me/beyond_basics/HPC/hcp/HCP1200/130013 (dataset) [Installed subdataset in order to get /home/me/beyond_basics/HPC/hcp/HCP1200/130013]
[INFO] Ensuring presence of Dataset(/home/me/beyond_basics/HPC/hcp) to get /home/me/beyond_basics/HPC/hcp/HCP1200/130013
install(ok): /home/me/beyond_basics/HPC/hcp/HCP1200/130013/MNINonLinear (dataset)
Expand Down
4 changes: 2 additions & 2 deletions docs/beyond_basics/_examples/DL-101-149-12
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$ cd dataset-to-copy-to
$ datalad get bvals anothercopyofbvecs 130114/T1w/Diffusion/eddylogs/eddy_unwarped_images.eddy_parameters
get(ok): 130114/T1w/Diffusion/eddylogs/eddy_unwarped_images.eddy_parameters (file) [from datalad...]
get(ok): bvals (file) [from datalad...]
get(ok): anothercopyofbvecs (file) [from datalad...]
get(ok): bvals (file) [from datalad...]
get(ok): 130114/T1w/Diffusion/eddylogs/eddy_unwarped_images.eddy_parameters (file) [from datalad...]
1 change: 0 additions & 1 deletion docs/beyond_basics/_examples/DL-101-168-104
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
$ datalad download-url -m "download scripts for ML analysis" \
https://raw.githubusercontent.com/datalad-handbook/data-version-control/master/src/{train,prepare,evaluate}.py \
-O 'code/'
[INFO] Downloading 'https://raw.githubusercontent.com/datalad-handbook/data-version-control/master/src/train.py' into '/home/me/DVCvsDL/DVC-DataLad/code/'
download_url(ok): /home/me/DVCvsDL/DVC-DataLad/code/train.py (file)
download_url(ok): /home/me/DVCvsDL/DVC-DataLad/code/prepare.py (file)
download_url(ok): /home/me/DVCvsDL/DVC-DataLad/code/evaluate.py (file)
Expand Down
2 changes: 1 addition & 1 deletion docs/beyond_basics/_examples/DL-101-168-110
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To enable auto staging, run:

To track the changes with git, run:

git add data/raw/.gitignore data/raw/val.dvc
git add data/raw/val.dvc data/raw/.gitignore

To enable auto staging, run:

Expand Down
1 change: 0 additions & 1 deletion docs/beyond_basics/_examples/DL-101-168-114
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ $ datalad download-url \
--message "Download Imagenette dataset" \
https://osf.io/d6qbz/download \
-O 'data/raw/'
[INFO] Downloading 'https://osf.io/d6qbz/download' into '/home/me/DVCvsDL/DVC-DataLad/data/raw/'
download_url(ok): /home/me/DVCvsDL/DVC-DataLad/data/raw/imagenette2-160.tgz (file)
add(ok): data/raw/imagenette2-160.tgz (file)
save(ok): . (dataset)
Expand Down
1 change: 0 additions & 1 deletion docs/beyond_basics/_examples/DL-101-168-131
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
# outside of a dataset
$ datalad clone https://github.com/datalad-handbook/DVC-DataLad.git DVC-DataLad-2
$ cd DVC-DataLad-2
[INFO] Attempting a clone into /home/me/DVCvsDL/DVC-DataLad-2
[INFO] Remote origin not usable by git-annex; setting annex-ignore
install(ok): /home/me/DVCvsDL/DVC-DataLad-2 (dataset)
4 changes: 1 addition & 3 deletions docs/beyond_basics/_examples/DL-101-168-141
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
### DVC-DataLad
$ datalad push --to mysibling
[INFO] Determine push target
[INFO] Finished push of Dataset(/home/me/DVCvsDL/DVC-DataLad)
publish(ok): . (dataset) [refs/heads/git-annex->mysibling:refs/heads/git-annex eed90ebd..3e75bdaa]
publish(ok): . (dataset) [refs/heads/git-annex->mysibling:refs/heads/git-annex 4d0fc528..3c522222]
publish(ok): . (dataset) [refs/heads/main->mysibling:refs/heads/main [new branch]]
2 changes: 1 addition & 1 deletion docs/beyond_basics/_examples/DL-101-168-151
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Updating lock file 'dvc.lock'

To track the changes with git, run:

git add data/prepared/.gitignore dvc.yaml dvc.lock
git add data/prepared/.gitignore dvc.lock dvc.yaml

To enable auto staging, run:

Expand Down
2 changes: 1 addition & 1 deletion docs/beyond_basics/_examples/DL-101-168-155
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Updating lock file 'dvc.lock'

To track the changes with git, run:

git add dvc.lock model/.gitignore dvc.yaml
git add dvc.yaml dvc.lock model/.gitignore

To enable auto staging, run:

Expand Down
2 changes: 1 addition & 1 deletion docs/beyond_basics/_examples/DL-101-168-159
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### DVC
$ dvc metrics show
Path accuracy
metrics/accuracy.json 0.75919
metrics/accuracy.json 0.67934
2 changes: 1 addition & 1 deletion docs/beyond_basics/_examples/DL-101-168-160
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $ git push --set-upstream origin sgd-pipeline
$ git tag -a sgd -m "Trained SGD as DVC pipeline."
$ git push origin --tags
$ dvc push
[sgd-pipeline 9238080] Add SGD pipeline
[sgd-pipeline d6ce694] Add SGD pipeline
5 files changed, 83 insertions(+)
create mode 100644 dvc.lock
create mode 100644 dvc.yaml
Expand Down
4 changes: 2 additions & 2 deletions docs/beyond_basics/_examples/DL-101-168-165
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $ git push --set-upstream origin random-forest
$ git tag -a randomforest -m "Random Forest classifier with 80.99% accuracy."
$ git push origin --tags
$ dvc push
[random-forest 64a8207] Train Random Forest classifier
3 files changed, 11 insertions(+), 17 deletions(-)
[random-forest 715b446] Train Random Forest classifier
3 files changed, 12 insertions(+), 18 deletions(-)
To /home/me/pushes/data-version-control
* [new branch] random-forest -> random-forest
branch 'random-forest' set up to track 'origin/random-forest'.
Expand Down
Loading

0 comments on commit d91a7ec

Please sign in to comment.