2.1 Find the Software you Need - bu-rcs/SA-Biostatistics GitHub Wiki

SCC has a list of all the major software applications and languages available on the system. The table on that page is both searchable and sortable. Many popular packages have their own pages with detailed instructions on running the package or using the language.

SCC uses the module system to load and configure many packages. You will need to use this system to load nearly all of the software packages available on the SCC. Take R as an example:

[aaa@scc4 ~]$ module load R
[aaa@scc4 ~]$ Rscript hello.R

Once you find your package of interest, click to see which versions are available. You can also load specific version of your package.

[aaa@scc4 ~]$ module load R/4.0.5
[aaa@scc4 ~]$ Rscript hello.R