Closed LuciMoore closed 5 days ago
@LuciMoore what do you think about the little test file I used in https://github.com/DCAN-Labs/BIBSnet/issues/133#issuecomment-2330389207 ?
i.e.
# Python
from pathlib import Path
import openneuro
Path("./ds004776").mkdir()
openneuro.download(dataset="ds004776", target_dir="./ds004776", include="sub-01")
singularity run --nv --cleanenv --no-home \
-B /path/to/ds004776:/input \
-B /path/to/derivatives:/output \
/path/to/bibsnet.sif \
/input /output participant \
-participant 01 \
@scott-huberty sorry I missed your message. yes I think this is a good idea!
added Scott's rec to documentation (Testing at end of Usage section) https://github.com/DCAN-Labs/BIBSnet/commit/fa8864c29146814d6388966e4818a729a0035597
A short summary of what you would like to see in BIBSnet.
add some test data for NMIND certification - maybe some defaced BCP subjects?
Do you have any interest in helping implement the feature?
Yes!
Add any additional information or context about the request here.
No response