Top: Index Previous: In Anger Up: BioJava

CSC8311 -- Advanced Object-Orientated Programming

Putting it together

You should now have all the information that you need to produce a small class which replicates most of the assessment for CSC8303. In this case, we are going to try parsing a Uniprot (not EMBL) file, using BioJava.

Deliverables

This deliverable will be marked out of 6 marks in total. As usual, the code should compile and run without error. Criterion for assessment will be as described previously.

Write a single class, which inputs a UniProt file specified as a command line parameter. The class should use the Biojava classes that you have learnt to parse this file. It should print out the annotation for the organism species.


Top: Index Previous: In Anger Up: BioJava