aces / Loris-MRI

The set of scripts that preprocess and insert MRI data into the database.
10 stars 50 forks source link

[replicate_raisinbread_for_mcin_dev_vm.md] Fix description #957

Closed zaliqarosli closed 1 year ago

zaliqarosli commented 1 year ago

Description says:

This script takes in two arguments. The first argument is the path to the RaisinBread dataset (typically /data-raisinbread) and the path to the directory where the replicated dataset will be stored. For example, suppose the script is run with the following arguments:

perl replicate_raisinbread_for_mcin_dev_vm.pl /data-raisinbread /data

The replicated dataset will be found in /data/data-raisinbread/

Should be changed to:

This script takes in two arguments. The first argument is the path to the RaisinBread dataset (typically /data-raisinbread) and the path to the directory where the replicated dataset will be stored. For example, suppose the script is run with the following arguments:

perl replicate_raisinbread_for_mcin_dev_vm.pl /data-raisinbread /data/data-raisinbread

The replicated dataset will be found in /data/data-raisinbread/

The contents of the first argument gets stored in the provided second argument dir. The dir given in the first argument isn't copied over