This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
infrastructure:solu [06.06.2019 10:42] Juha Kekäläinen created |
infrastructure:solu [13.10.2020 12:14] (current) Juha Kekäläinen |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | # Solu | + | # solu.uef.fi |
- | ## Introduction | + | Solu (finnish word for Cell) computing server is meant for an interactive computing workloads. In addition to the traditional SSH terminal access the server provides graphical desktop environment that can be used with the [Remote Desktop Connection Protocol](https:// |
- | Solu Computing | + | Server |
- | + | ||
- | Address of the server: solu.uef.fi | + | |
## System specs | ## System specs | ||
- | CPU: 4 x AMD Opteron(tm) Processor 6348 | + | - CPU: 48 Cores (4 x AMD Opteron(tm) Processor 6348) |
- | RAM: 768 GB DDR3 | + | - RAM: 768 GB DDR3 |
- | OS: CentOS 7 | + | - OS: CentOS 7 Linux |
+ | |||
+ | ## Storage | ||
+ | |||
+ | Server is connected to the storage space provided by the [UEF IT Services for Research](https:// | ||
+ | |||
+ | |||
+ | ## Available reference data set | ||
+ | |||
+ | All the available reference data sets are provided as-is. They are unmodified copies of the original files. | ||
+ | |||
+ | ## iGenomes | ||
+ | |||
+ | URL: [[https:// | ||
+ | |||
+ | Following reference genomes can be found from the ** / | ||
+ | |||
+ | ^Home sapiens ^Version^ | ||
+ | |GRCh37 | ||
+ | |GRCh38 | ||
+ | |GRCh38Decoy | ||
+ | |hg19 | ||
+ | |hg39 | ||
+ | |||
+ | ^Mus musculus ^Version^ | ||
+ | |mm9 | | ||
+ | |mm10 | ||
+ | |||
+ | ^Rattus norvegicus ^Version^ | ||
+ | |rn4 | | ||
+ | |||
+ | ## gnomAD | ||
+ | |||
+ | URL: [[https:// | ||
+ | |||
+ | Following variants can be found from the ** / | ||
+ | |||
+ | ^Data set ^Version^ | ||
+ | |Exome variants (.vcf.bgz, tbi) | | ||
+ | |Exome calling regions (.interval list) | | ||
+ | |Genome variants (.vcf.bgz, tbi) | ||
+ | |Genome calling regions (.interval list) | | ||
+ | |Structural variants (.vcf.gz, tbi) | | ||
## Applications | ## Applications | ||
Line 19: | Line 59: | ||
Additionally to browser, office-suite and text editors the following graphical applications are available: | Additionally to browser, office-suite and text editors the following graphical applications are available: | ||
- | ^Graphical | + | ^Graphical |
|MATLAB | |MATLAB | ||
|RStudio | |RStudio | ||
|RStudio | |RStudio | ||
+ | |RStudio-Server | ||
|IGV | | |IGV | | ||
- | For the updated terminal applications use the ' | + | ^Other Applications ^Version ^Address^ |
- | + | |[Rstudio-Server](https://www.rstudio.com/products/rstudio/)| 3.6.0|https://solu.uef.fi/rstudio| | |
- | | + | |[Singularity Container](https://www.sylabs.io/singularity/)| 3.2.1| |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | bwa/ | + | |
- | + | ||
- | ## LMOD | + | |
- | + | ||
- | Applications are managed with the [Lmod Environment Module System](https://lmod.readthedocs.io/en/latest/). Guide for the Lmod can be found [here](https:// | + | |
- | + | ||
- | Quick tutorial: | + | |
+ | To see the list of terminal application visit the [available applications](https:// | ||
- | Available modules: | ||
- | '' | ||
- | module avail | ||
- | ''' | ||
- | Load module: | ||
- | '' | ||
- | module load bowtie2' | ||
- | '' | ||
- | Unload module: | ||
- | '' | ||
- | module unload bowtie2' | ||
- | '' | ||
- | Save list of loaded modules | ||
- | '' | ||
- | module save | ||
- | '' | ||
- | Restore saved modules | ||
- | '' | ||
- | module restore | ||
- | '' |