Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] BIDS validator error #18

Open
Michael-Sun opened this issue Dec 18, 2023 · 2 comments
Open

[BUG] BIDS validator error #18

Michael-Sun opened this issue Dec 18, 2023 · 2 comments
Labels

Comments

@Michael-Sun
Copy link

What version of the bids app were you using?

0.0.2

Describe your problem in detail.

Traceback (most recent call last):
File "/run.py", line 238, in
run(('bids-validator %s'%args.bids_dir).split(' '))
File "/run.py", line 165, in run
raise Exception("Non zero return code: %d"%process.returncode)
Exception: Non zero return code: 1

What command did you run?

Command ran: singularity run -B /dartfs-hpc/rc/lab/C/CANlab/labdata/data/WASABI/1080_wasabi:/bids:ro -B /dartfs-hpc/rc/lab/C/CANlab/labdata/data/WASABI/derivatives/AFNI_PROC:/outputs /dartfs-hpc/rc/lab/C/CANlab/modules/afni_proc.sif /bids /outputs participant --participant_label SID001907

Describe what you expected.

afni_proc starts.

@Remi-Gau
Copy link
Contributor

hum... and of course this app has no way to skip validation... great... 😩

@Remi-Gau
Copy link
Contributor

This is the version of the validator that was used:

RUN npm install -g [email protected]

So you could try to run that bids validator to at least know what's wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants