# DSMZ Human And Animal Cell Lines Catalogue
# Version 2004.07.13.01
# Last Updated June 13, 2004
# Author: Domenico Marra & Francesca Piersigilli & Paolo Romano
# (c) CABRI 1999-2023

$DSMZ_MUTZ_DB=$Library:[DSMZ_MUTZ group:$CABRI_CELLS_LIBS
 res:$DSMZ_MUTZ_RES
 comment:'DSMZ Collection of human and animal cell lines (Braunschweig, Germany)'
 defaultEntryView:$Entries_View
 defaultView:$CABRI_Cell_Lines_View
 format:$DSMZ_MUTZ_FORMAT maxNameLen:60 
 files:{$LibFile:dsmz_mutz}
 links:{$Link:[$DSMZ_MUTZ_DB to:$DSMZ_MUTZ_RESTRICTIONS_DB
         fromField:$DF_CABRI_Release_conditions toField:$DF_CABRI_Name]
        $Link:[$DSMZ_MUTZ_DB to:$DSMZ_MUTZ_HAZARDS_DB
         fromField:$DF_CABRI_Hazard toField:$DF_CABRI_Hazard]
 }
]

$DSMZ_MUTZ_FILE=$FileType:[text typeName:'dat' maxline:512 fieldTokens:fields ]
$DSMZ_MUTZ_SYNTAX=$Syntax:[file:'SRSSITE:dsmz_mutz.is' ignore:'\t']

$DSMZ_MUTZ_FORMAT=$LibFormat:[fileType:$DSMZ_MUTZ_FILE syntax:$DSMZ_MUTZ_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_Cell_line_name code:cell_name index:str
           indexToken:'cell_name' tableToken:'t_fields|cell_name'] 
   $Field:[$DF_CABRI_Brief_description code:brief index:str
           indexToken:'wordX|brief' tableToken:'t_fields|brief']
   $Field:[$DF_CABRI_Morphology code:morphology index:str
           indexToken:'wordX|morphology' tableToken:'t_fields|morphology']
   $Field:[$DF_CABRI_Culture_conditions code:cult_cond index:str
           indexToken:'strX|cult_cond' tableToken:'t_fields|cult_cond']
   $Field:[$DF_CABRI_Viruses code:viruses index:str
           indexToken:viruses tableToken:'t_fields|viruses']
   $Field:[$DF_CABRI_Properties code:properties index:str
           indexToken:'strX|properties' tableToken:'t_fields|properties']
   $Field:[$DF_CABRI_Release_conditions code:release index:str
           indexToken:'release' tableToken:'t_fields|release']
   $Field:[$DF_CABRI_Hazard code:hazard index:str
           indexToken:'hazard' tableToken:'t_fields|hazard']
   $Field:[$DF_CABRI_Depositor code:depositor index:str
           indexToken:'wordX|depositor' tableToken:'t_fields|depositor']
   $Field:[$DF_CABRI_Bibliographic_reference code:refs index:str
           indexToken:'wordX|refs' tableToken:'t_fields|refs']
   $Field:[$DF_CABRI_Description code:description index:str
           indexToken:'wordX|description' tableToken:'t_fields|description']
   $Field:[$DF_CABRI_Storage code:storage index:str
           indexToken:'wordX|storage' tableToken:'t_fields|storage']
   $Field:[$DF_CABRI_Doubling_time code:double index:str
           indexToken:'wordX|double' tableToken:'t_fields|double']
   $Field:[$DF_CABRI_Fingerprint code:fingerprint index:str
           indexToken:'wordX|fingerprint' tableToken:'t_fields|fingerprint']
   $Field:[$DF_CABRI_Mycoplasma code:myco index:str
           indexToken:'wordX|myco' tableToken:'t_fields|myco']
   $Field:[$DF_CABRI_Cytogenetics code:cyto index:str
           indexToken:cyto tableToken:'t_fields|cyto']
   
   $Field:[$DF_CABRI_ALL]
   $Field:[$DF_CABRI_IDE]
   $Field:[$DF_CABRI_NAM]
   $Field:[$DF_CABRI_Information code:information index:show
           indexToken:'wordX|cell_name' token:'wordX|cell_name'
           tableToken:'t_fields|cell_name']
  }
]