Bioperl Training Exercise 14

From BITS wiki
Jump to: navigation, search

Create a processor module that adds a reference to the sequence. In genbank this addition will result in an extra entry in the header section:

REFERENCE   1
  AUTHORS   <your name>
  TITLE     BITS/VIB Bioperl Training
  JOURNAL   Direct submission

Create the reference object in the process_all.pl script and pass that as an argument to the BITS::Training::SeqProcessor::Reference constructor. Every sequence object in the stream will receive the same reference.