Skip to content

Commit 3b7da4d

Browse files
committed
docs
1 parent a78f97f commit 3b7da4d

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

docs/09-prepare-for-openneuro.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,11 @@ Validate before submitting the upload script:
270270
screen -S upload-fmriprep-func
271271
micromamba activate openneuro
272272
deno run -A jsr:@bids/validator .
273-
bash /cbica/projects/grmpy/code/openneuro/fmriprep_func/upload-bids.sh
273+
bash /cbica/projects/grmpy/code/openneuro/fmriprep_func/upload-fmriprep-func.sh
274274
```
275275

276+
Upload succeeded and the dataset is now available at [**ds008590**](https://openneuro.org/datasets/ds008590).
277+
276278

277279
## XCPD Derivatives
278280

@@ -306,5 +308,5 @@ Validate before submitting the upload script:
306308
screen -S upload-xcpd
307309
micromamba activate openneuro
308310
deno run -A jsr:@bids/validator .
309-
bash /cbica/projects/grmpy/code/openneuro/xcpd/upload-bids.sh
311+
bash /cbica/projects/grmpy/code/openneuro/xcpd/upload-xcpd.sh
310312
```

openneuro/fmriprep_func/upload-bids.sh renamed to openneuro/fmriprep_func/upload-fmriprep-func.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set -o pipefail
1616

1717
CLI=/cbica/projects/grmpy/openneuro-cli-patched
1818
DATA=/cbica/projects/grmpy/data/derivatives/fmriprep_func
19-
OUT=/cbica/projects/grmpy/code/openneuro/bids
19+
OUT=/cbica/projects/grmpy/code/openneuro/fmriprep_func
2020
KEEP=/cbica/projects/grmpy/openneuro-worktree
2121
LOG=$OUT/upload_$(date +%Y%m%d_%H%M%S).log
2222

0 commit comments

Comments
 (0)