Révision 49db860c src/strains.TSP.php

b/src/strains.TSP.php
12 12

  
13 13
if ($strain){
14 14
 // print full genotype
15
 echo " Genotype: ".
16
 	"<I>".
17
	"<B>". 
18
 	$strain->Mating_Type ." ".
19
	"</B>" .
20
	$strain->ADE2 ." ".
21
	$strain->HIS3 ." ".
22
	$strain->LEU2 ." ".
23
	$strain->LYS2 ." ".
24
	$strain->MET15 ." ".
25
	$strain->TRP1 ." ".
26
	$strain->URA3 ." ".
27
	$strain->HO_ ." ".
28
	$strain->locus1 ." ".
29
	$strain->locus2 ." ".
30
	$strain->locus3 ." ".
31
	$strain->locus4 ." ".
32
	$strain->locus5 ." ".
33
	"</I>".
34
	" [" .
35
	$strain->Cytoplasmic_Character ." ".
36
	"] (" .
37
	$strain->extrachromosomal_plasmid ." ".
38
	")" .
39
	"<BR>". "<BR>";
15
 echo dump_genotype($strain);
40 16
  /*	
41 17
 // find author in table labmembers
42 18
 $allauth = $this->myQuery("SELECT * FROM labmembers");

Formats disponibles : Unified diff