Skip to content

Commit

Permalink
structure for singularity and HPC
Browse files Browse the repository at this point in the history
  • Loading branch information
CosiMichele committed Mar 22, 2024
1 parent 815bad6 commit 0274dfe
Showing 1 changed file with 44 additions and 2 deletions.
46 changes: 44 additions & 2 deletions docs/09_reproducibility_IV.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Singularity
# Containers and the HPC

```
Material is coming!
Expand All @@ -19,4 +19,46 @@ Material is coming!
: .-. : : .-. : '........' (_________): .-. :`-'
: '-' : : '-' : : '-' :
'._ _.' '._ _.' '._ _.'
```
```

!!! Success "Expected Outcomes"
- Being able to log onto the HPC and start an interactive node
- Know basic HPC related commands
- Execute containerized code through Singularity/Apptainer
- Being able to search and load specific software
- Execute NextFlow scripts on the HPC


## HPC: The Basics

Resources:
- https://uarizona.atlassian.net/wiki/spaces/UAHPC/pages/75990696/User+Guide
- https://uarizona.atlassian.net/wiki/spaces/UAHPC/pages/75990091/HPC+High+Performance+Storage
### Logging onto the HPC
### Choosing the System
### Checking Available Resources
## Launching an Interactive Node

Resources:
- https://uarizona.atlassian.net/wiki/spaces/UAHPC/pages/75989825/Interactive+Jobs

### SLURM and Commands

Resouces:
- https://uarizona.atlassian.net/wiki/spaces/UAHPC/pages/75989875/Running+Jobs+with+Slurm
- https://uarizona.atlassian.net/wiki/spaces/UAHPC/pages/75989486/Cheat+Sheet

## Singularity/Apptainer
### Executable Commands

Resources:
- https://cc.cyverse.org/singularity/intro/
- https://cc.cyverse.org/singularity/hpc/
- https://cc.cyverse.org/singularity/advanced/

## NextFlow on the HPC

Resources:
- https://training.nextflow.io/basic_training/executors/
- https://lescailab.unipv.it/guides/eos_guide/use_nextflow.html
- Example: https://nf-co.re/smartseq2/dev/docs/usage

0 comments on commit 0274dfe

Please sign in to comment.