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

Should not look under non-bids folders, or in particular under folder names with leading period #43

Open
yarikoptic opened this issue May 21, 2024 · 0 comments

Comments

@yarikoptic
Copy link

I am trying this pipeline on a dataset produced by heudiconv. There is .heudiconv/ folder which is not part of BIDS specification. Trying to run pipeline (see #42 for more on details) for a sample participant session

yoh@typhon:/mnt/DATA/data/yoh/1076_spacetop$ singularity run -B $PWD:$PWD:ro -B $PWD/derivatives:$PWD/derivatives:rw -B $PWD/scratch:$PWD/scratch:rw --scratch $PWD/scratch --pwd $PWD --net --network none ../dsst-defacing-pipeline/dsst-defacing-pipeline-test.sing -p 0001 -s 01 -- . derivatives/dss-defacing-1 

results in

...
[]
Preparing for QC by visual inspection...

Traceback (most recent call last):
  File "/opt/dsst-defacing-pipeline/run.py", line 192, in <module>
    main()
  File "/opt/dsst-defacing-pipeline/run.py", line 125, in main
    raise ValueError(f'Could not find subject name in path: {defaceable}')
ValueError: Could not find subject name in path: .heudiconv/0001/ses-01

Ideally pipeline should not look under any .dotfolder .

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

No branches or pull requests

1 participant