# DSMZ Plant Viruses Catalogue
#
# Version 2004.03.22.01
# Last Updated March 23, 2004
# Author: Domenico Marra & Francesca Piersigilli & Paolo Romano
# (c) CABRI 1999-2023

$DSMZ_PLANT_VIRUSES_DB=$Library:[DSMZ_PLANT_VIRUSES group:$CABRI_PLANT_VIR_LIBS
 res:$DSMZ_PLANT_VIRUSES_RES
 comment:'DSMZ Collection of plant viruses (Braunschweig, Germany)'
 defaultEntryView:$Entries_View
 defaultView:$CABRI_Plant_Viruses_View
  format:$DSMZ_PLANT_VIRUSES_FORMAT maxNameLen:60 
  files:{$LibFile:dsmz_plant_viruses}
]

$DSMZ_PLANT_VIRUSES_FILE=$FileType:[text typeName:'dat' maxline:512
 fieldTokens:fields ]
$DSMZ_PLANT_VIRUSES_SYNTAX=$Syntax:[file:'SRSSITE:dsmz_plant_viruses.is'
 ignore:'\t']

$DSMZ_PLANT_VIRUSES_FORMAT=$LibFormat:[fileType:$DSMZ_PLANT_VIRUSES_FILE
 syntax:$DSMZ_PLANT_VIRUSES_SYNTAX
 printFormat:table3 tableFormat:left
 fields:{
  $Field:[$DF_CABRI_Accession_number code:acc_no index:id
          indexToken:acc_no tableToken:'t_fields|acc_no']  
  $Field:[$DF_CABRI_Virus_name code:vir_name index:str
          indexToken:'strX|vir_name' tableToken:'t_fields|vir_name']
  $Field:[$DF_CABRI_Virus_name_abbreviation code:vir_name_abbrev index:str
          indexToken:'vir_name_abbrev' tableToken:'t_fields|vir_name_abbrev']
  $Field:[$DF_CABRI_Genus code:genus index:str
          indexToken:'genus' tableToken:'t_fields|genus']
  $Field:[$DF_CABRI_Reference code:reference index:str
          indexToken:'strX|reference' tableToken:'t_fields|reference']
  $Field:[$DF_CABRI_Quarantine_regulations code:quar_regs index:str
          indexToken:'strX|quar_regs' tableToken:'t_fields|quar_regs']
  $Field:[$DF_CABRI_Pathotype_serotype_strain code:path_ser_strain index:str
          indexToken:'strX|path_ser_strain'
          tableToken:'t_fields|path_ser_strain']
  $Field:[$DF_CABRI_Former_name code:former_name index:str
          indexToken:'strX|former_name' tableToken:'t_fields|former_name']
  $Field:[$DF_CABRI_Original_host_plant code:ori_host_plant index:str
          indexToken:'strX|ori_host_plant' tableToken:'t_fields|ori_host_plant']
  $Field:[$DF_CABRI_Geographic_origin code:geo_origin index:str
          indexToken:'strX|geo_origin' tableToken:'t_fields|geo_origin']
  $Field:[$DF_CABRI_Isolate_history code:isol_history index:str
          indexToken:'strX|isol_history' tableToken:'t_fields|isol_history']
  $Field:[$DF_CABRI_Remarks code:remarks index:str
          indexToken:'strX|remarks' tableToken:'t_fields|remarks']
  
  $Field:[$DF_CABRI_ALL]
  $Field:[$DF_CABRI_IDE]
  $Field:[$DF_CABRI_NAM]
  $Field:[$DF_CABRI_Information code:information index:show
          indexToken:'strX|vir_name' token:'strX|vir_name'
          tableToken:'t_fields|vir_name']
    }
 ]