Difference between revisions of "Edgenl2g"

From wiki
Jump to: navigation, search
Line 8: Line 8:
 
* 2/3's core linux 1/3 genomics focus
 
* 2/3's core linux 1/3 genomics focus
  
= Contents =
+
= General Contents =
  
 
== Core Linux ==
 
== Core Linux ==
Line 15: Line 15:
 
* Files and directories
 
* Files and directories
 
* Navigating the file system
 
* Navigating the file system
* File management
+
* File management*
 
* Permissions
 
* Permissions
 
* Accessing files
 
* Accessing files
Line 32: Line 32:
 
* bedtools
 
* bedtools
 
* tabix
 
* tabix
 +
 +
= Detailed Contents =
 +
== The command <code>ls</code> lists files and subdirectories in a directory==
 +
== The command <code>man</code> provides help for a command ==
 +
== Basic Linux/Unix tips for filenames==
 +
== Changing directories ==
 +
== Tab completion for commands and filenames==
 +
== Command history ==
 +
== Making and removing (empty) directories==
 +
== Text editors ==
 +
== Reading text files==
 +
== Copying files ==
 +
== Removing directories ==
 +
== Piping and outputting to files ==
 +
== Grep ==
 +
== What permissions mean ==
 +
== Head and tail ==
 +
== Redirection ==
 +
== Working with zipped data ==
 +
== Some other useful information ==
 +
=== Stopping processes ===
 +
=== Clearing the terminal ===
 +
=== Copying and pasting text ===
 +
== Environment Variables==
 +
== The fastq format ==
 +
=== Using paste ===

Revision as of 17:37, 2 October 2016

Introduction

Details of Edinburgh Genomics' Linux for Genomics course

Duration

  • 1 day
  • 2/3's core linux 1/3 genomics focus

General Contents

Core Linux

  • The shell and commands
  • Getting help
  • Files and directories
  • Navigating the file system
  • File management*
  • Permissions
  • Accessing files
  • Downloading remote files
  • Zipping and unzipping files
  • Pipes and redirects
  • Filtering / manipulating file content
  • Shell scripts
  • Process management

Focused Genomics

Command-line tools for genomics

  • seqtk
  • bioawk
  • samtools
  • bedtools
  • tabix

Detailed Contents

The command ls lists files and subdirectories in a directory

The command man provides help for a command

Basic Linux/Unix tips for filenames

Changing directories

Tab completion for commands and filenames

Command history

Making and removing (empty) directories

Text editors

Reading text files

Copying files

Removing directories

Piping and outputting to files

Grep

What permissions mean

Head and tail

Redirection

Working with zipped data

Some other useful information

Stopping processes

Clearing the terminal

Copying and pasting text

Environment Variables

The fastq format

Using paste