DCAN-Labs / BIBSnet

This BIDS App provides the utility of creating a nnU-Net anatomical MRI segmentation and mask with a infant brain trained model. It can easily be included in other processing pipelines and for circumventing JLF within Nibabies.
https://bibsnet.readthedocs.io/en/latest/
Apache License 2.0
4 stars 8 forks source link

Fixed incorrect docker command, changed /out to /output #103

Closed joey-scanga closed 7 months ago

joey-scanga commented 7 months ago

The docker command on the 'usage' page of readthedocs pairs the user's directory to docker directory '/out', but then the argument referring to this directory later in the command is '/output' (which throws an error)