Practical Assignment: Introduction To Bioinformatics Online Course: IBT
Practical Assignment: Introduction To Bioinformatics Online Course: IBT
Practical Assignment
Module name: Linux
Session name: Session 2: Manipulating files
Trainer: Amel Ghouila
Participant: <write your name here>
Date: <write today’s date here>
Manipulating files
Introduction
The aim of this second session practical assignment is to practice the use of the basic file
handling command lines ranging from files creation, editing and extracting information from
them.
If you do have a Linux system installed in your machine, make use of your system terminal. If
you are a windows user, we highly recommend the use of the Cywgin tool
(https://cygwin.com/index.html). You can find more information about the Cywgin
installation via this link: https://cygwin.com/install.html
Some of the commands (nano and wget) we will be using need extra packages installations
for Cygwin, if it’s not already done, no worries, it takes few minutes.
Always remember these rules while working with the Linux terminal
Make sure you separate your command name, arguments and options using spaces
Each option is preceded by - (examples: -l, -r, -lh)
You can combine different options: -lh for example means a combination of -l and -h
Linux is case-sensitive: A and a are different (it’s not the case for Cygwin and some
Mac OS terminals)
Make use of these Wildcards while working with the command lines
Introduction to Bioinformatics online course: IBT
Please note
Hand-in information If you are formally enrolled in the IBT course, please upload
your completed practical assignment to the Vula ‘Practical Assignments’ tab. Take
note of the final hand-in date for each practical assignment, which will be indicated
on Vula.
http://www.linuxcommand.org/
http://manuals.bioinformatics.ucr.edu/home/linux-basics
http://www.ee.surrey.ac.uk/Teaching/Unix/
Task 1: instructions
Remember the file structure you have created yesterday. Make sure you are in the right
directory each time or specify the absolute or relative paths to the files you are dealing with.
Introduction to Bioinformatics online course: IBT