forked from UPPMAX/UPPMAX-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
164 lines (154 loc) · 5.76 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
site_name: UPPMAX Documentation
repo_url: https://github.com/UPPMAX/UPPMAX-documentation
nav:
- Home: index.md
- Getting Started:
- Get started: getting_started/get_started.md
- Applying for a Project: getting_started/project_apply.md
- Accessing UPPMAX:
- Get inside the university networks: getting_started/get_inside_sunet.md
- Log in to Rackham: getting_started/login_rackham.md
- Log in to Bianca: getting_started/login_bianca.md
- Log in to Snowy: getting_started/login_snowy.md
- Log in to Dardel (at PDC): getting_started/login_dardel.md
- Linux tutorials:
- Working in Linux: getting_started/linux.md
- Basic Linux commands: getting_started/linux_basics.md
# - Running your first job: getting_started/first_job.md
- Cluster user guide:
- The UPPMAX clusters: cluster_guides/uppmax_cluster.md
- Clusters:
- Rackham: cluster_guides/rackham.md
- Bianca: cluster_guides/bianca.md
- Snowy: cluster_guides/snowy.md
- Dardel (at PDC): cluster_guides/dardel.md
- General cluster tools:
- Start an interactive node: cluster_guides/start_interactive_node.md
- Modules: cluster_guides/modules.md
- Slurm: cluster_guides/slurm.md
- Managing your project: cluster_guides/project_management.md
- Running jobs:
- Checking and optimizing jobs: cluster_guides/optimizing_jobs.md
- Runtime tips: cluster_guides/running_jobs/runtime_tips.md
- Storage and compression: cluster_guides/running_jobs/storage_compression.md
- Screen: software/screen.md
- Data transfer:
- Transfer to/from Rackham: cluster_guides/transfer_rackham.md
- Transfer to/from Bianca: cluster_guides/transfer_bianca.md
- Migrate to Dardel (at PDC): cluster_guides/dardel_migration.md
- Webexport: cluster_guides/webexport.md
- Software:
- Overview: software/overview.md
- Software table: software/software-table.md
- Text editors: software/text_editors.md
- Software-specific documentation:
- Chemistry/physics/atmosphere:
- GAMESS_US: software/games_us.md
- Gaussian: software/gaussian.md
- GROMACS: software/gromacs.md
- Molcas: software/openmolcas.md
- WRF: software/wrf.md
- Integrated development environments (IDE):
- Jupyter: software/jupyter.md
- RStudio: software/rstudio.md
- VSCode: software/vscode.md
- VSCodium: software/vscodium.md
- Life Science:
- BEAST: software/beast.md
- BEAST2: software/beast2.md
- Cram: software/cram.md
- IGV: software/igv.md
- MetONTIIME: software/metontiime.md
- Tracer: software/tracer.md
- Machine Learning and AI:
- NVIDIA DLF: software/nvidia-deep-learning-frameworks.md
- TensorFlow: software/tensorflow.md
- Whisper: software/whisper.md
- Programming languages:
- Julia: software/julia.md
- MATLAB: software/matlab.md
- Python: software/python.md
- Perl: software/perl.md
- R: software/r.md
- Misc tools:
- Allinea DDT: software/allinea-ddt.md
- darsync: software/darsync.md
- jobstats: software/jobstats.md
- projplot: software/projplot.md
- Rclone: software/rclone.md
- SSH: software/ssh.md
- SFTP: software/sftp.md
- ThinLinc: software/thinlinc.md
- Installing and development:
- Installing: software/install.md
- Installing with conda: software/conda.md
- Compilers: software/compilers.md
- Compiling serial code: software/compiling_serial.md
- Compiling parallel code: software/compiling_parallel.md
- Debuggers: software/debuggers.md
- Nextflow & nf-core: software/nextflow.md
- Profilers: software/profilers.md
- Singularity/Apptainer: software/singularity.md
- Spack: software/spack.md
- Databases:
- Overview: databases/overview.md
- BLAST databases available locally: databases/blast.md
- NCBI taxonomy databases: databases/ncbi.md
- DIAMOND protein alignment databases: databases/diamond.md
- Reference genomes: databases/reference_genomes.md
- 1000-genome project: databases/1000-genome_project.md
- Simons Genome Diversity Project datasets: databases/simons_genome.md
- Other bioinformatics-oriented local data resources: databases/other_local.md
# - Workshops and courses: workshops_courses/workshops_courses.md
- Support: support.md
- Back to Main page: https://www.uu.se/en/centre/uppmax
theme:
name: material
greetings: Welcome to UPPMAX userguide
font:
text: Lato
code: JetBrains Mono
logo: assets/logo_color.png
features:
- toc.integrate
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.path
- navigation.footer
# - navigation.expand
- search.suggest
- content.code.annotate
- content.code.copy
- content.tabs.link
custom_dir: mkdocs_uppmax/
#extra:
# homepage: https://www.uu.se/en/centre/uppmax
extra_css:
- stylesheets/extra.css
markdown_extensions:
- toc:
toc_depth: 2
permalink: true
permalink_title: Anchor link to this section for reference
- admonition
- tables
- attr_list
- footnotes
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.keys
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg