From cafbe868ff22bad8f5c8066ec8855af09f270584 Mon Sep 17 00:00:00 2001 From: Caughlin Bohn <computerwhisperer21@gmail.com> Date: Mon, 7 Dec 2020 19:17:46 -0600 Subject: [PATCH] Running Apps overview added --- content/applications/_index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/applications/_index.md b/content/applications/_index.md index ecaa1702..f8d4d89e 100644 --- a/content/applications/_index.md +++ b/content/applications/_index.md @@ -6,4 +6,8 @@ weight = "40" In-depth guides for using applications on HCC resources -------------------------------------- -{{% children description="true" %}} +On HCC clusters there are many [preinstalled software packages](./modules/) and versions available to use. Unlike a traditional laptop or desktop where software is installed globally and always available, HCC resources use a module system to manage installed software to load and unload software packages. Users can load and use pre-installed software by using the `module` command. Software can be loaded in using `module load <module-name>`. A more in-depth explaination of the module system is available under [Using Preinstalled Software](./modules/). + +Custom software is also able to be ran on HCC resources through various methods. [Source code](./user_software/) can be compiled for use by a user. Software libraries for different languages are able to be used through different packages managers including [Anaconda for Python/R](./user_software/using_anaconda_package_manager/), [the R command line](./user_software/r_packages/), [an Anaconda environment for Perl modules](./user_software/installing_perl_modules/), or through [Singularity and Docker](./user_software/using_singularity/). + +There are multiple [in-depth guides](./app_specific/) available for different software packages and tool, [Jupyter Notebooks](./app_specific/jupyter/), [various bioinformatics tools](./app_specific/bioinformatics_tools/), [MPI Jobs](./app_specific/mpi_jobs_on_hcc/), and various other tools and software. Examples of different software and submit scripts can be found in [HCC's job-examples git repository](https://github.com/unlhcc/job-examples). \ No newline at end of file -- GitLab