Introduction to Bash for Bioinformatics

Mani Arumugam

29/04/2024

1 Overview

2 Introduction to Linux

3 Understanding the Bash Shell

7 File Management

8 File Management

9 File Management

10 File Management

11 File Management

12 Viewing and Managing File Content

13 Useful Commands for File Data Manipulation

14 Permissions and Process Management

15 Bash Scripting Basics

$ A=1
$ echo $A
1
$ my_text="hello world!"
$ echo $my_text
hello world!
$

16 Connecting to your dedicated servers for this workshop

17 Remote file Management

$ scp ucdavis@192.168.1.1:/home/ucdavis/tutorial/metaG/assembly.yaml .
$
$ scp assembly.yaml ucdavis@192.168.1.1:/home/ucdavis/
$

18 DNA Sequence Data File Formats

18.1 Understanding FASTA and FASTQ Formats

19 Introduction to the FASTA Format

20 Introduction to the FASTQ Format

@seq1
ATGCTAGCTAGCTACGATCGATCGATACGATC
+
!''*((((***+))%%%++)(%%%%).1***-+*''))**55CCF>>>>>>CCCCCCC65

21 Q&A