FreeSurfer in JupyterLab
Learn how to use FreeSurfer in JupyterLab.
JupyterLab is accessible to all users of the UK Biobank Research Analysis Platform and the Our Future Health Trusted Research Environment.
A license is required to access JupyterLab on the DNAnexus Platform. Contact DNAnexus Sales for more information.
About FreeSurfer
FreeSurfer is a software package for the analysis and visualization of structural and functional neuroimaging data from cross-sectional or longitudinal studies.
The FreeSurfer package comes pre-installed with the IMAGE_PROCESSING feature of JupyterLab.
FreeSurfer License Registration
To use FreeSurfer on the DNAnexus Platform, you need a valid FreeSurfer license. You can register for the FreeSurfer license at the FreeSurfer registration page.
Using the FreeSurfer License on DNAnexus
To use the FreeSurfer license, complete the following steps:
Upload the license text file to your project on the DNAnexus Platform.
Launch the JupyterLab app and specify the
IMAGE_PROCESSINGfeature.Once JupyterLab is running, open your existing notebook (or a new notebook) and download the license file into the
FREESURFER_HOMEdirectory.
The commands to download the license file are as follows:
Python kernel:
!dx download license.txt -o $FREESURFER_HOMEBash kernel:
dx download license.txt -o $FREESURFER_HOME
Last updated
Was this helpful?