########################################### # VERY SIMPLE EXAMPLE OF A PREFERENCES FILE ########################################### ########################################### # # THE CODE THAT READS THIS FILE IS VERY # VERY BASIC # # USE NO BLANK LINES # USE CONTINUOUS TEXT # (DON'T BREAK TEXT OVER TWO LINES) # # ########################################### # Text to create text boxes on submission # and edit forms ########################################### # # this part of the preferences file is defined by these rules: # all entries separated by || (record separator) # the first entry on each line is a variable and can have no spaces, other entries can # value of button || descriptive line to go on menu # # id||Please enter a unique identifier for this entry (sequence file) def||Please enter a definition that will serve as a header for a fasta file (or genbank) GenBank accession||GenBank accession number Origin||Organism of origin Quality||Sequence quality (Single sequence, High quality; Single sequence, Medium quality; Single sequence, Poor quality; Finished project, Incomplete project) Contig ID||Contig ID that serves as a header for a fasta file Cosmid(plasmid) ID||Name of a cosmid or plasmid clone Cosmid(plasmid) plate location||Location of a clone in a microplate Mutant ID|| ID of a mutant strain Researcher||Researcher's name Lab||Laboratory Reference||Publication or Thesis Reference Date||Date of submission Link||Please list filenames of any physically linked sequences Experiment||Notes on experimental procedure Comment||Comments on this entry Add_links_to_files||Add any other html links to this entry TOP_blastX_score||Top blastX E value # # # OTHER OPTIONS WILL BE ADDED # # ###########################################