There was an error while loading. Please reload this page.
module load cobralab
Generate the joblist (inputs can be mincs or niftis):
for file in inputs/*.mnc; do output_file=$(basename ${file%.mnc}) echo synthstrip_N3.sh $file preprocessed_mincs/$output_file >> joblist.txt done
Run the joblist:
module load cobralab qbatch -w 30:00 -c 8 joblist.txt