From raymond at caltech.edu Fri Oct 15 03:30:12 2004 From: raymond at caltech.edu (Raymond Lee) Date: Mon Mar 7 01:06:42 2005 Subject: how to get sequence with AQL Message-ID: <416ED46C.5030100@caltech.edu> Hi, how can one get the actual sequence of a ?Peptide (?Protein->Peptide) via an AQL query? i can get the sequence with WQL, but that's not what i want. e.g. query WS130 select a, a->Peptide from a in class Protein where a = "WP:CE01460" thanks. raymond ---