None
SWISS::DTs
SWISS::DTs represents the \s-1DT\s0 lines within an Swiss-Prot + TrEMBL entry as specified in the user manual http://www.expasy.org/sprot/userman.html .
SWISS::BaseClass.pm
Creation date Last annotation update Last Sequence update Created for release Last annotation for release Last sequence update for release Version number for entry annotation Version number for sequence
The format of the \s-1DT\s0 line will change in early 2004 from:
DT 01-JUL-1993 (Rel. 26, Created) DT 01-JUL-1993 (Rel. 26, Last sequence update) DT 28-FEB-2003 (Rel. 41, Last annotation update)
to:
DT 01-JUL-1993, integrated into UniProtKB/Swiss-Prot. DT 01-JUL-1993, sequence version 36. DT 28-FEB-2003, entry version 54.
This module supports both formats. To convert an entry from the old to the new format, do:
$entry->DTs->CREATED_rel("UniProtKB/Swiss-Prot"); $entry->DTs->ANN_version(54); $entry->DTs->SQ_version(36);