You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _episodes/01-introduction.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -49,12 +49,16 @@ In this lesson you will learn how to use the command line interface to move arou
49
49
## How to access the shell
50
50
51
51
On a Mac or Linux machine, you can access a shell through a program called "Terminal", which is already available
52
-
on your computer. The Terminal is a window into which we will type commands. If you're using Windows, you'll need to download a separate program to access the shell.
52
+
on your computer. The Terminal is a window into which we will type commands. If you're using Windows,
53
+
you'll need to download a separate program to access the shell.
53
54
54
-
To save time, we are going to be working on a remote server where all the necessary data and software available. When we say a 'remote sever', we are talking about a computer that is not the one you are working on right now. You will access the Carpentries remote server where everything is prepared for the lesson.
55
+
To save time, we are going to be working on a remote server where all the necessary data and software available.
56
+
When we say a 'remote server', we are talking about a computer that is not the one you are working on right now.
57
+
You will access the Carpentries remote server where everything is prepared for the lesson.
55
58
We will learn the basics of the shell by manipulating some data files. Some of these files are very large
56
59
, and would take time to download to your computer.
57
-
We will also be using several bioinformatic packages in later lessons and installing all of the software would take up time even more time. A 'ready-to-go' sever let's us focus on learning.
60
+
We will also be using several bioinformatic packages in later lessons and installing all of the software
61
+
would take up time even more time. A 'ready-to-go' server lets us focus on learning.
Copy file name to clipboardExpand all lines: index.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@ layout: lesson
5
5
{% include gh_variables.html %}
6
6
7
7
8
-
Command line interface (CLI) and graphic user interface (GUI) are different ways of interacting with a computer's operating system. They have different pros and cons. Most people are familiar with the GUI as it is the default interface for most software, particularly on Windows and Mac OS. When using the GUI, you see visual representations of files, folders, applications etc.
9
-
When using the CLI, you work largely with text representations of files, folders, input and output etc.
10
-
The shell is a program that presents a command line interface that allows you to control your computer by typing instructions with a keyboard.
8
+
Command line interface (CLI) and graphic user interface (GUI) are different ways of interacting with a computer's operating system. They have different pros and cons. Most people are familiar with the GUI as it is the default interface for most software, particularly on Windows and Mac OS. When using the GUI, you see and interact with visual representations of files, folders, applications, and most other functions of your computer.
9
+
When using the CLI, you work largely with text representations of software, files, folders, input and output.
10
+
The *shell* is a program that allows you to control your computer by typing instructions on the CLI with a keyboard.
11
11
12
12
There are several reasons to learn how to use the CLI:
13
13
14
-
- For most bioinformatics tools, there are no graphical interfaces. If you want to work in metagenomics or genomics you're going to need to use the CLI/ shell.
15
-
- The shell gives you power. The command line allows you to work more efficiently. Tasks that are repetative (e.g. renaming hundreds of files) can be automated. Tasks that are tedious (e.g. testing a range of input parameters) can be simplified.
16
-
- To use remote computers or cloud computing, you need to use the shell.
14
+
- For most bioinformatics tools, there are no graphical interfaces. If you want to work in metagenomics or genomics, you're going to need to use the CLI/ shell.
15
+
- The shell gives you power. The command line allows you to work more efficiently. Tasks that are repetitive (e.g. renaming hundreds of files) can be automated. Tasks that are tedious (e.g. testing a range of input parameters) can be simplified.
16
+
- To use remote computers or cloud computing, you often need to use the shell.
0 commit comments