For most of the examples in BioJava tutorial you are already given a complete, running example. You should duplicate this and ensure that it runs as expected. However, it will not form part of the assessment.
You should submit a single class, which is a modification of the example classes given. The class should clear indicate the name of the class that it is modified from. It should compile and run without error (excepted as noted previously).
Each class will be marked out of 3. Two marks will be given for the working modified example, with one additional mark for particularly good work; so, good documentation and commentary, a nicely modified biological use would all tend to attract the extra mark.
If your class needs any resources (external files) please submit these along with the code. Do not hard code full paths ("H:/embl.seq") but use relative paths ("embl.seq").
Please see the tutorial for examples.