BioSpice

Syllabus | TutorialsNotesHomework
ProjectsAnnouncements

 

 

BioE 142 Links

Web Resources

Arkin Laboratory

BioE142 Bugzilla

BioE142 CVS

BioE142 Discussion


Tutorials

 

Course Specific

Topic Description
Using CVS A tutorial on how to use a code versioning system. Code versioning systems allow you to store and annotate code in a central location so others can get to it. It also allow you to add new features and bug fixes to code in such a way that the development can be tracked
Using Bugzilla A tutorial on how to use a bug-tracking system. Bug tracking system

Other Resources

Topic Description
NCBI Tools Tutorial A tutorial on basic bioinformatics and a tour of the NCBI central tool repository. Important knowledge for all biologists
Systematic Dynamic Programming in Bioinformatics A tutorial in one of the central methods in basic bioinformatics. A little dense.
Biocomputing Hypertext Coursebook A little outdated tutorial on biocomputing.
bioinformatik.de A compendium of online tutorial and courses.
The Java Tutorial (also see) Sun's excellent Java tutorial and reference. Look at the second link as well.
Don't Fear the OOP A kinda funny introduction to object orientation in Java
The NCSA Perl Tutorial Like it says.
Nik Silver's Perl Tutorial Just another one.
CGI and Perl A very simple guide.