# ICLC Animal Cell Lines Database 
#
# Version 2004.03.22.01
# Last Updated March 23, 2004
# Author: Domenico Marra & Francesca Piersigilli & Paolo Romano
# (c) CABRI 1999-2023

$ICLC_DB=$Library:[ICLC group:$CABRI_CELLS_LIBS
   res:$ICLC_RES
   comment:'Interlab Cell Line Collection of human and animal cell lines (Genoa, Italy)'
   defaultEntryView:$Entries_View
   defaultView:$CABRI_Cell_Lines_View
   format:$ICLC_FORMAT maxNameLen:100 
   files:{$LibFile:iclc}]

$ICLC_FILE=$FileType:[text typeName:'dat' maxline:1024 
	   	      fieldTokens:fields]

$ICLC_SYNTAX=$Syntax:[file:'SRSSITE:iclc.is' ignore:'\t']

$ICLC_FORMAT=$LibFormat:[fileType:$ICLC_FILE syntax:$ICLC_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_line_name index:str 
	   indexToken:cell_line_name tableToken:'t_fields|cell_line_name']
   $Field:[$DF_CABRI_Description code:desc index:str 
	   indexToken:'strX|description' tableToken:'t_fields|description']
   $Field:[$DF_CABRI_Brief_description code:brief index:str 
	   indexToken:'strX|brief' tableToken:'t_fields|brief']
   $Field:[$DF_CABRI_Depositor code:depositor index:str 
	   indexToken:'strX|depositor' tableToken:'t_fields|depositor']
   $Field:[$DF_CABRI_Bibliographic_reference code:biblio_ref index:str 
	   indexToken:biblio_ref tableToken:'t_fields|biblio_ref']
   $Field:[$DF_CABRI_Morphology code:morph index:str 
	   indexToken:'strX|morph' tableToken:'t_fields|morph']
   $Field:[$DF_CABRI_Culture_conditions code:culture_conditions index:str 
	   indexToken:'strX|culture_conditions' 
	   tableToken:'t_fields|culture_conditions']
   $Field:[$DF_CABRI_Viruses code:viruses index:str 
	   indexToken:'strX|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:rel_cond index:str 
	   indexToken:'strX|rel_cond' tableToken:'t_fields|rel_cond']
   $Field:[$DF_CABRI_Hazard code:hazard index:str 
	   indexToken:'strX|hazard' tableToken:'t_fields|hazard']
   $Field:[$DF_CABRI_Passage_number code:pass_no index:str 
	   indexToken:'strX|pass_no' tableToken:'t_fields|pass_no']
   $Field:[$DF_CABRI_Species_validation code:spec_valid index:str 
	   indexToken:'strX|spec_valid' tableToken:'t_fields|spec_valid']
   $Field:[$DF_CABRI_Tumorigenicity code:tumor index:str 
	   indexToken:'strX|tumor' tableToken:'t_fields|tumor']
   $Field:[$DF_CABRI_Karyology code:karyology index:str 
	   indexToken:'strX|karyology' tableToken:'t_fields|karyology']
   $Field:[$DF_CABRI_Freezing_medium code:freezing_medium index:str 
	   indexToken:'strX|freezing_medium'
	   tableToken:'t_fields|freezing_medium']
   $Field:[$DF_CABRI_Sterility code:sterility index:str 
	   indexToken:'strX|sterility' tableToken:'t_fields|sterility']
   $Field:[$DF_CABRI_Further_bibliography code:further_biblio index:str 
	   indexToken:further_biblio 
	   tableToken:'t_fields|further_biblio']
   $Field:[$DF_CABRI_Comments code:comments index:str 
	   indexToken:'strX|comments' tableToken:'t_fields|comments']

   $Field:[$DF_CABRI_IDE]
   $Field:[$DF_CABRI_NAM]
   $Field:[$DF_CABRI_ALL]
   $Field:[$DF_CABRI_Information code:information index:show 
	   indexToken:'strX|cell_line_name' token:'strX|cell_line_name' 
	   tableToken:'t_fields|cell_line_name']
   }
]