generated from hds-sandbox/course-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new slides for linux binf intro started
- Loading branch information
1 parent
64de9d4
commit 962a3cc
Showing
19 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
--- | ||
title: "Introduction to `bash` command line for Bioinformatics" | ||
subtitle: https://hds-sandbox.github.io/GDKworkshops | ||
author: | ||
- "Samuele Soraggi" | ||
- "Dan Søndergaard" | ||
institute: | ||
- Health Data Science sandbox, BiRC | ||
- GenomeDK, Health | ||
date: 13.may 2024 | ||
format: revealjs | ||
scrollable: true | ||
small: true | ||
toc: true | ||
toc-depth: 1 | ||
slide-number: h.v | ||
code-line-numbers: false | ||
logo: img/logos.png | ||
navigation-mode: vertical | ||
|
||
--- | ||
|
||
# Bash command line introduction | ||
|
||
:::{.callout-caution icon="false" appearance=simple} | ||
|
||
"What is a shell, a terminal, a command-line, and what is bash?" | ||
|
||
| ||
|
||
"How do these concepts connect to my computer and a computing cluster?" | ||
::: | ||
|
||
## Interaction with hardware | ||
|
||
Computer hardware can act on files and softwares through: | ||
|
||
![](img/GUIandCLI.png){height="7cm"} | ||
|
||
- a **Graphical User Interface (GUI)**, such as your point-and-click operating system | ||
- a **Command Line Interface (CLI) or terminal**, where commands are interpreted and translated into actions | ||
|
||
--- | ||
|
||
- Linux and Mac already have a terminal application | ||
|
||
| ||
|
||
- For Windows, you can use | ||
- WSL (windows Subsystem for Linux), which integrates a Linux virtual machine in Windows | ||
- One of many terminal softwares such as | ||
- gitbash | ||
- MobaXterm | ||
|
||
## Bash CLI on GenomeDK | ||
|
||
When logging in on GenomeDK from the terminal, you are presented with the cluster's CLI. | ||
|
||
|
||
|
||
From this, you can access files and software using the bash language. | ||
|
||
|
||
|
||
Computer hardware can act on files and softwares through: | ||
|
||
![](img/GUIandCLI.png){height="7cm"} | ||
|
||
- a **Graphical User Interface (GUI)**, such as your point-and-click operating system | ||
- a **Command Line Interface (CLI) or terminal**, where commands are interpreted and translated into actions |