Skip to content

Customisation: adding software

The virtual desktop comes pre-installed with a set of basic tools or software that you can use immediately (listed below). However, this initial toolkit offers a somewhat limited selection of open-source software. To transform the virtual desktop into a versatile research workspace tailored to your specific needs, you can use a simple application called SD Software Installer, this tool assists you in adding software and customizing your virtual desktop. For users with technical expertise, it is also possible to create customised containers using Apptainer or Podman.

Below you can find:

Please don't hesitate to contact CSC Service Desk (subject: SD Services) if you have any questions about the software selection. We can support you in your desktop customisation.

Adding software: background information and limitations

  • The virtual desktops (or virtual machines) are intentionally isolated from the internet for security reasons. Consequently, the process of adding supplementary software and libraries is not straightforward.
  • SD Desktop supports only open-source software; licensed software is not supported.
  • The absence of a network connection precludes the use of conventional installation tools such as git, coda, cpan or pip in their typical fashion, as these tools rely on external repositories. Furthermore, users on the SD Desktop do not possess the necessary superuser access to execute operations requiring elevated permissions.
  • Adding extra software to SD Desktop is possible, but it involves converting the installation steps into special files. These files are then uploaded to SD Connect and copied to your SD Desktop for installation. For this process, we recommend using Apptainer containers for importing the software you need, but Apptainer is not the only option. You can also import software for example as Appimage files, Ubuntu 22.04 compatible binaries or as source code.

Customisation via SD Software Installer

SD Software installer provides an easy-to-use tool to add some commonly used software to SD Desktop (Eg. Rstudio 4.2.2, Whisper, VSCode and GATK). SD Software installer is an application provided by CSC. Users can't add their own tools to the SD Software installer, but you can send requests for new tools to be added by contacting CSC Service Desk (subject: SD Desktop). To access the application, please follow the step-by-step tutorial below.

Software available via SD Software Installer

Category Tool
Statistics RStudio 4.2.2 - R statistics tool with a graphical user interface and help tools for adding libraries.
After installation, right-click the RStudio desktop icon and select: Allow launching.
PSPP - Open Source alternative for SPSS statistics tool.
After installation, right-click the PSPP desktop icon and select: Allow launching.
Imaging and Videos Audacity - Sound editor.
After installation, right-click the Audacity desktop icon and select: Allow launching.
ELAN 6.7 - Annotation tool for audio and video recordings.
After installation, right-click the ELAN desktop icon and select: Allow launching.
OpenShot 3.1.1 - Video editor.
This tool works only in Ubuntu 22-based virtual desktops. After installation, right-click the OpenShot desktop icon and select: Run as a program.
Praat - Toolkit for speech and sound analysis.
QuPath 0.4.2 - Software for bioimage analysis.
Whisper - Automatic speech recognition.
Geosciences QGIS 3.1.1 - A Free and Open Source Geographic Information System.
QGIS at CSC servers
Biosciences GATK - A genomic analysis toolkit focused on variant discovery.
GCTA 1.94.1 - A tool for Genome-wide Complex Trait Analysis.
GCTB 2.05b - Genome-wide Complex Trait Bayesian analysis.
IGV 2.16.2 - Integrated Genomics Viewer.
After installation, right-click the IGV desktop icon and select: Allow launching.
MultiQC 1.10 - NGS Read quality checking tool.
PRSice 2.0 - Polygenic Risk Score software for calculating, applying, evaluating, and plotting the results of polygenic risk scores (PRS) analyses.
Regenie 3.3 - Program for whole genome regression modelling of large genome-wide association studies.
Salmon 1.9.0 - Program to produce transcript-level quantification estimates from RNA-seq data.
Salmon 1.9.0 at CSC servers
Miscellaneous auto-apptainer - Tool to add command line applications using the Apptainer container library provided by CSC.
add-python-lib - Help tool to add Python libraries.
Backup tool - Help tool to automate backup and export in SD Desktop.
OpenRefine - Data pre-prosessing and conversion tool for various data formats.
VS Code 1.90.2 - Code editor.
After installation, right-click the VS Code desktop icon and select: Allow launching.
WEKA 3-8-6 - Data mining software.

Step 1: send a request

  • Log in to the SD Connect service and if you haven't used the service before, please upload a small test file to a folder first. Currently, there is a technical issue that affects users who have not yet uploaded any files.
  • In SD Connect user interface, please check what is the Share ID of your CSC project. The share ID is a unique 32-digit code associated with a CSC project, on the top left corner of the user interface. Send it via email to CSC Service Desk (subject: SD Services) indicating that you wish that the SD software installer would be made available for your project.

    (screenshot)

Step2: SD Software Installer on your virtual desktop

  • Log in to SD Desktop service and access your virtual desktop. Here open the Data Gateway application, select SD Connect and enter your CSC username and password. Next click on Open. Do not close the Data Gateway application.
  • If the software installation help tools are enabled for your project, then you should have folder tools-for-sd-desktop included in the directory that Data Gateway created (in Projects/SD-Connect/your-project-name).
  • Open tools-for-sd-desktop folder and from there, drag/copy file sd-installer-centos7.desktop or sd-installer-ubuntu22.desktop to your desktop. Select the version that matches the operating system of your SD Desktop (e.g. Ubuntu).

    Installing-sd-installer
    Figure 1. Copying sd-installer.desktop file to SD desktop.

  • Double-click the copy of the installer tool in your desktop to start the software installation tool. In Ubuntu based virtual desktops you need to right-click the and select Allow Launching before you can use the installer.

    sd-installer
    Figure 2. SD Software installer

Step 3: usage

  • In order to use the installer, you must have an active Data Gateway connection running and mounting of the SD Connect data should be done through the default location in the file system (Projects directory in the users home directory).
  • The installer shows a panel of buttons that allow you to install a software by just clicking the button. The available software include graphical and command line applications. For graphical applications, a launching icon is added to the desktop. All software is installed to directory /shared-directory/sd-tools/ where the installation is available for all the users of the virtual desktop.
  • In case of some applications, part of the installation process occurs only when the application is started for the first time. Thus, you should start the application once after the installation, to make sure that the process is completed. After that the installed software should work also when Data Gateway connection has not been opened.

Customisation via Apptainer and Podman

If you want to add new software to your virtual machine independently, the most convenient way is to build an Apptainer container outside SD Desktop and then import the container through SD Connect to SD Desktop. The two documents below describe two sample cases on adding software with containers.

  1. Importing ready-made Apptainer containers from a public repository to SD Desktop
  2. Creating your own Apptainer container and importing it to SD Desktop

In Ubuntu22-based virtual machines you can use also Podman container manager. One of the benefits of Podman is that it can utilize Docker containers too.

Note

Please don't hesitate to contact CSC Service Desk (subject: Sensitive Data). We can support you in your Desktop customisation.

Read next: