stim_files not in BIDS format #9
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
studyforrest/data-phase2#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi @mih
The stim_file reference in the events.tsv files are close, but not exactly, in BIDS format.
In particular, paths to stimuli in the
stim_fileare relatively to thestimulifolder. Currently,stimuli/is prepended to the paths, which is not necessary.I created a short script to fix these files: https://gist.github.com/adelavega/7847a7595414a8c357d440de1c1cf6da
I've also used datalad to "unlock" and "add" the new version of the files. However, I'm not sure how I would go about doing a "PR" of these new files, or if that would be useful to you. I assume I could use
datalad publishbut I'm assuming I don't have push access to your remotes.Let me know!
Best,
Alejandro