Using best_compile.bash:
~/programs/best-cbrain/for_build/best_compile.bash -d ~/wkdir/best-190729 -n best-app -c matlab18b
~/programs/best-cbrain/for_build/best_compile.bash -h
- Linux OS
- MATLAB compiler
Using Dockerfile:
cp ~/programs/best-cbrain/for_build/containers/Dockerfile ~/wkdir/best-190729
docker build --no-cache -f ~/wkdir/best-190729/Dockerfile -t multifunkim/best:latest ~/wkdir/best-190729
docker push multifunkim/best:latest
- Compiled BEst archive
- BEst test dataset
Choose one of these commands:
- Using Singularity:
sudo singularity build ~/programs/best-cbrain.simg ~/programs/best-cbrain/for_build/containers/Singularity
- From Docker Hub:
sudo singularity build ~/programs/best-cbrain.simg docker://multifunkim/best:latest
singularity exec ~/programs/best-cbrain.simg /bin/bash -c 'BEst inputData $BEST_DATA_DIR/test-data.mat outputName ~/wkdir/best-190729/test-1 memMethod cMEM sensorsType EEG+MEG reconstructionWindow "0.7 0.71" baselineWindow "0 0.5"'
Check for the output file test-1.mat
.