Difference between revisions of "MBV3070"
From irefindex
Line 21: | Line 21: | ||
* cls | * cls | ||
* echo %PATH% | * echo %PATH% | ||
+ | * CTRL+c (Holding down "control" and c will terminate a programme - useful if you have accidentally programmed an infinite loop that you want to stop). |
Revision as of 09:54, 27 May 2011
MBV 3070 is an introductory course in Bioinformatics
http://www.uio.no/studier/emner/matnat/molbio/MBV3070/index-eng.xml
Slides for the "Introduction to Perl" lectures:
- File:Lecture 1 - What Perl can do.ppt
- File:Lecture 2 - More What (Bio)Perl can do.ppt (updated Thu May 28)
- Perl_example_code
You will need to know how to make your way around in a DOS command environment. Useful sites that may be useful to read before/during the excercises are | List of DOS commands Especially
- dir
- mkdir
- cd
- copy
- move
- del
- cls
- echo %PATH%
- CTRL+c (Holding down "control" and c will terminate a programme - useful if you have accidentally programmed an infinite loop that you want to stop).