User Tools

Site Tools


mkatari-bioinformatics-august-2013-introlinuxnotes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
mkatari-bioinformatics-august-2013-introlinuxnotes [2013/08/13 15:56] – created mkatarimkatari-bioinformatics-august-2013-introlinuxnotes [2015/06/03 17:00] mkatari
Line 1: Line 1:
-====== Environment variables and PATH ======+[[mkatari-bioinformatics-august-2013|Back to Manny's Bioinformatics Workshop Home]] 
 + 
 +====== What is Linux ? ====== 
 + 
 +It is a free and open source operating system released in 1991 under the GNU GPL license.GPL allows anyone to use, modify and redistribute with the requirement that they pass it on with the same license. 
 + 
 +It is the leading operating system of choice for servers such as supercomputers. 
 +More than 90% of the top 500 fastest computers are based on Linux. 
 + 
 +MAC computers are related to Linux because they are also based on UNIX 
 + 
 +Depending on the purpose of the Linux machine, it may or may not have a Desktop environment that we are familiar with on our personal computers. Linux uses X Window System to provide the Desktop environment.  
 + 
 +A popular distribution of Linux operating system is called Ubuntu. 
 + 
 +REF: [[http://en.wikipedia.org/wiki/Linux]] 
 + 
 + 
 +====== Some useful information about linux ====== 
 + 
 +=== Environment variables and PATH ===
  
 All variables that are set in your environment can be found by using  All variables that are set in your environment can be found by using 
Line 7: Line 27:
 </code> </code>
  
-The variable that is most important to us PATH. The PATH is where the computer is looking for the commands. To see the contents of the variable type:+The variable that is most important to us is ''PATH''. The PATH is where the computer is looking for the commands. To see the contents of the variable type:
  
 <code> <code>
Line 13: Line 33:
 </code> </code>
  
-In the sbatch files we have been adding the full path to the commands. Another option is to add the path of the command you want to use to PATH. This is what module load essentially does.+In the sbatch files we have been adding the full path to the commands. Another option is to add the full path of the command you want to use to the variable PATH. This is what module load essentially does.
  
 For example the following two commands are equivalent. For example the following two commands are equivalent.
Line 22: Line 42:
 module load samtools module load samtools
 </code> </code>
- 
mkatari-bioinformatics-august-2013-introlinuxnotes.txt · Last modified: 2015/06/11 11:50 by mkatari