Access EOLab datacube
0. Readme
- FORCE Documentation: Link
- FORCE Github repo : Link
- How to access uni-greifswald brain cluster : Link
1. Pull FORCE docker via singularity in HPC
module load singularity
singularity pull -F ~/force_latest.sif docker://davidfrantz/force:latest
2. Check the pulled image
Run to check if the image works
singularity exec ~/force_latest.sif force-info
3. Overview of existing data in the datacube:
Web viewer of EOLab datacube: Link
4. Access datacube and run FORCE:
- The
level2
data directory location (you only have read/execute rights)
/home/phamv/edc/level2
- Whenever running FORCE process,
bind
thelevel2
directory, for example:
singularity exec --bind /home/phamv/edc/level2 ~/force_latest.sif force-higher-level ...