-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
315 lines (305 loc) · 13 KB
/
mkdocs.yml
File metadata and controls
315 lines (305 loc) · 13 KB
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
site_name: RCAC Documentation
site_description: Official RCAC documentation website.
site_url: https://docs.rcac.purdue.edu
theme:
name: material
logo: assets/purdue.png
favicon: assets/purdue_favicon.png
custom_dir: overrides
font:
text: Roboto
code: Consolas
features:
- navigation.indexes
# Back-to-top button
- navigation.top
- navigation.footer
- navigation.sections
- toc.follow
- search.suggest
- search.highlight
- content.code.copy
- content.tabs.link
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to automatic mode
extra_css:
- stylesheets/extra.css
extra_javascript:
- assets/js/tablefilter.js
- assets/js/init-tablefilter.js
- assets/js/breadcrumbs.js
- assets/js/external-links.js
plugins:
- search
- blog:
archive_date_format: MMMM yyyy
post_date_format: long
categories_allowed:
- Announcements
- Anvil
- Gautschi
- Software
- Slurm
- Workflows
- Life Sciences
pagination_per_page: 5
pagination_if_single_page: true
- tags:
enabled: true
- git-revision-date-localized:
enable_creation_date: true
exclude:
# Do not include timestamp in the following pages
- index.md
- contact.md
- blog/*
- software/*
- datasets/*
- macros
nav:
- HPC User Guides:
- Anvil:
- userguides/anvil/index.md
- About:
- Overview: userguides/anvil/overview.md
- System Architecture: userguides/anvil/architecture.md
- Access to Anvil: userguides/anvil/access.md
- Getting Started: userguides/anvil/getting-started.md
- Job Submission: userguides/anvil/jobs.md
- File Management: userguides/anvil/file_management.md
- Anvil Software: userguides/anvil/anvil-software.md
- Help Desk: userguides/anvil/help.md
- Frequently Asked Questions: userguides/anvil/faqs.md
- Anvil Composable Subsystem:
- userguides/anvil/composable/index.md
- Getting Started: userguides/anvil/composable/getting-started.md
- Concepts: userguides/anvil/composable/concepts.md
- Examples: userguides/anvil/composable/examples.md
- Anvil Object Storage:
- userguides/anvil/objectstorage/index.md
- Getting Started: userguides/anvil/objectstorage/getting-started.md
- Object Storage Concepts: userguides/anvil/objectstorage/concepts.md
- Access: userguides/anvil/objectstorage/access.md
- User Tools: userguides/anvil/objectstorage/usertools.md
- Security and Access Control: userguides/anvil/objectstorage/acl.md
- AnvilGPT (LLM): userguides/anvil/anvilgpt.md
- Anvil Notebook: userguides/anvil/notebook.md
- Key Policies: userguides/anvil/policies.md
- Gautschi:
- userguides/gautschi/index.md
- Gautschi Overview: userguides/gautschi/overview.md
- Biography of Gautschi: userguides/gautschi/biography.md
- Accounts: userguides/gautschi/accounts.md
- Software: userguides/gautschi/software.md
- Running Jobs: userguides/gautschi/run_jobs/index.md
- File Storage and Transfer: userguides/gautschi/storage.md
- Gateway (Open OnDemand): userguides/gautschi/gateway.md
- Compiling Source Code: userguides/gautschi/compile.md
- Frequently Asked Questions: userguides/gautschi/faqs.md
- Bell: https://www.rcac.purdue.edu/knowledge/bell
- Gilbreth: https://www.rcac.purdue.edu/knowledge/gilbreth
- Negishi: https://www.rcac.purdue.edu/knowledge/negishi
- Scholar: https://www.rcac.purdue.edu/knowledge/scholar
- Geddes: https://www.rcac.purdue.edu/knowledge/geddes
- Hammer: https://www.rcac.purdue.edu/knowledge/hammer
- Rossmann: https://www.rcac.purdue.edu/knowledge/rossmann
- Weber: https://www.rcac.purdue.edu/knowledge/weber
- Storage User Guides:
- Data Depot: https://www.rcac.purdue.edu/knowledge/depot
- Fortress: https://www.rcac.purdue.edu/knowledge/fortress
- Scratch: https://www.rcac.purdue.edu/knowledge/scratch
- Home Directory: https://www.rcac.purdue.edu/knowledge/home
- REED Folder: https://www.rcac.purdue.edu/knowledge/reedfolder
- Box Research Lab Folder: https://www.rcac.purdue.edu/knowledge/boxfolder
- RCAC Resources:
- RCAC Blogs:
- blog/index.md
- Software:
- software/index.md
- All Software: software/app_catalog.md
- Compilers: software/compilers_catalog.md
- MPIs: software/mpi_catalog.md
- Bioinformatics: software/bioinformatics_catalog.md
- Computational Chemistry: software/chemistry_catalog.md
- Fluid Dynamics: software/fluid_dynamics_catalog.md
- Audio/Visualization: software/audio_visual_catalog.md
- Library: software/library_catalog.md
- Mathematics/Statistics: software/math_stat_catalog.md
- Engineering: software/engineering_catalog.md
- Geoscience: software/geoscience_catalog.md
- Utilities: software/utilities_catalog.md
- Workflow: software/workflow_catalog.md
- Datasets:
- datasets/index.md
- All Datasets: datasets/dataset_catalog.md
- AI: datasets/ai.md
- Climate Model: datasets/climateModel.md
- Covariates: datasets/Covariates.md
- GeoAI: datasets/geoai.md
- Geospatial: datasets/geospatial.md
- Hydrological: datasets/hydrological.md
- Meteorological: datasets/meteorological.md
- RCAC Workshops:
- workshops/index.md
- HPC Exchange:
- workshops/hpc_exchange/index.md
- Week 1:
- workshops/hpc_exchange/week1/index.md
- Setting up: workshops/hpc_exchange/week1/setup.md
- Access: workshops/hpc_exchange/week1/access.md
- Unix: workshops/hpc_exchange/week1/unix.md
- The Shell: workshops/hpc_exchange/week1/shell.md
- Commands: workshops/hpc_exchange/week1/commands.md
- Navigating Filesystems: workshops/hpc_exchange/week1/filesystem.md
- Editing Files: workshops/hpc_exchange/week1/editing.md
- Command Reference: workshops/hpc_exchange/week1/reference.md
- Week 2:
- workshops/hpc_exchange/week2/index.md
- What is a Cluster?: workshops/hpc_exchange/week2/what-is-a-cluster.md
- Purdue Clusters: workshops/hpc_exchange/week2/clusters.md
- Cluster Access: workshops/hpc_exchange/week2/access.md
- Cluster Applications: workshops/hpc_exchange/week2/applications.md
- Cluster Job Submission: workshops/hpc_exchange/week2/slurm-basics.md
- File Storage and Transfer: workshops/hpc_exchange/week2/storage-transfer.md
- Week 3:
- workshops/hpc_exchange/week3/index.md
- Scripting: workshops/hpc_exchange/week3/scripting.md
- Pipes: workshops/hpc_exchange/week3/pipes.md
- Managing processes: workshops/hpc_exchange/week3/processes.md
- Files & directories: workshops/hpc_exchange/week3/files-directories.md
- Week 4:
- workshops/hpc_exchange/week4/index.md
- Storage & transfers: workshops/hpc_exchange/week4/storage-transfer.md
- Job history: workshops/hpc_exchange/week4/job-history.md
- Utilization & monitoring: workshops/hpc_exchange/week4/utilization-monitoring.md
- Workload management: workshops/hpc_exchange/week4/workload-management.md
- Multinode & topology: workshops/hpc_exchange/week4/multinode-topology.md
- Genomics Exchange:
- workshops/genomics_exchange/index.md
- Session 1:Introduction & HPC Orientation: workshops/genomics_exchange/session1/index.md
- Session 2:Project Organization: workshops/genomics_exchange/session2/index.md
- Session 3:R Data Wrangling: workshops/genomics_exchange/session3/index.md
- Session 4:Publication-Quality Plots: workshops/genomics_exchange/session4/index.md
- Session 5:Running Bioinformatics on RCAC: workshops/genomics_exchange/session5/index.md
- Session 6:QC for Genomics: workshops/genomics_exchange/session6/index.md
- Session 7:Reproducible Bioinformatics with Nextflow: workshops/genomics_exchange/session7/index.md
- Anvil Kubernetes: workshops/kubernetes-tutorial.md
- Scientific Visualization with MatPlotLib:
- workshops/matplotlib/index.md
- Getting Started: workshops/matplotlib/introduction.md
- Our First Script: workshops/matplotlib/first_script.md
- The Second Script: workshops/matplotlib/sine_plot.md
- Advanced Plotting: workshops/matplotlib/adv_plots.md
- Types of Plots: workshops/matplotlib/plot_types.md
- Colormaps: workshops/matplotlib/colormaps.md
- Animations: workshops/matplotlib/animations.md
- Envision Center: workshops/matplotlib/env_cent.md
- Life Sciences:
- lifesciences/index.md
- Getting Started:
- HPC Orientation for Biologists: lifesciences/guides/hpc-orientation.md
- Running Bioinformatics on RCAC: lifesciences/guides/running-bioinformatics.md
- Project Organization: lifesciences/guides/project-organization.md
- Guides:
- Nextflow and nf-core: lifesciences/guides/nextflow.md
- Nextflow on Gautschi: lifesciences/guides/nextflow-gautschi.md
- Downloading SRA Data: lifesciences/guides/sra-download.md
- Installing R Packages: lifesciences/guides/r-packages.md
- R Skills for Biological Data: lifesciences/guides/r-data-wrangling.md
- Publication-Quality Plots: lifesciences/guides/publication-quality-plots.md
- QC for Genomics: lifesciences/guides/qc-for-genomics.md
- Installing Perl Libraries: lifesciences/guides/perllib.md
- Optimizing Trinity: lifesciences/guides/trinity.md
- Transfer Data with iRODS: lifesciences/guides/icommands.md
- VS Code on RCAC: lifesciences/guides/vscode.md
- VISPR Visualization: lifesciences/guides/vispr.md
- Productivity Tips: lifesciences/guides/productivity-tips.md
- Tutorials:
- Gene Prediction:
- BRAKER3: lifesciences/tutorials/braker.md
- GeMoMa: lifesciences/tutorials/gemoma.md
- Helixer: lifesciences/tutorials/helixer.md
- Genome Assembly:
- HiFiasm (HiFi reads): lifesciences/tutorials/hifi-assembly.md
- Mitochondrial Genomes (MitoHiFi): lifesciences/tutorials/mitohifi.md
- Hi-C Analysis:
- Juicer: lifesciences/tutorials/juicer.md
# - Tags: tags.md
- Contact us: contact.md
- FAQs: faqs.md
extra:
social:
- icon: /fontawesome/regular/envelope
name: Get additional help from rcac-help
link: mailto:<rcac-help@purdue.edu>
- icon: fontawesome/brands/github
name: Check RCAC public GitHub page
link: https://github.com/PurdueRCAC
- icon: fontawesome/brands/x-twitter
name: Follow RCAC on X
link: https://x.com/PurdueRCAC
- icon: fontawesome/brands/discord
name: Join our Purdue RCD Community Discord channel
link: https://discord.gg/RmtKZmaQW9
- icon: /material/mailbox
name: Contact Us
link: /contact
org: Rosen Center for Advanced Computing
analytics:
provider: google
property: G-3D80JBWGP0 # Guangzhen's Google Analytics
feedback:
title: Page helpful? Submit your feedback if not.
ratings:
- icon: material/thumb-up-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/thumb-down-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by using our <a href="https://github.com/PurdueRCAC/RCAC-Docs/issues/new?labels=feedback&title=[Feedback]:%20&body=>%20**Page%20Affected:**%20https://docs.rcac.purdue.edu{url}%0A>%20Please%20describe%20the%20issue%20you%20found%20on%20this%20page.%0A%0A" target="_blank" rel="noopener">feedback form</a>.
markdown_extensions:
- toc:
permalink: true
- tables
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.blocks.caption
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.snippets
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
linenums: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
# # Adding share buttons
# hooks:
# - hooks/socialmedia.py
# Copyright
copyright: Copyright © 2026 Rosen Center for Advanced Computing