====== CLUSTALW ====== ===== General informations ===== * Web site : [[http://www.clustal.org| http://www.clustal.org]] * License: free to use for non-commercial purposes. Details are available [[http://www.clustal.org/download/LICENSE|here]] ===== Installation instructions ===== ^ Impilo Version ^ Installed version ^ ^Impilo 10.04 A10 | [[.:10_04_a10_build:clustalw_2012|2.0.12]] | ^Impilo 11.04 A11 | [[.:11_04_a11_build:clustalw_21|2.1]] | ===== Basic usage ===== /* * DO NOT MODIFY THIS CODE BLOCK UNLESS YOU REALLY KNOW WHAT YOU ARE DOING!! * IT EXISTS TO DISPLAY THE HELP MATERIAL PROVIDED BY THIS APPLICATION! */ $isPresent = exec("which clustalw2"); if(strlen($isPresent)==null){ print("The application named clustalw2 is not present on this computer!"); } else{ $data = array(); $tmp = exec("clustalw2 -help",$data); print("
\n");
  foreach($data as $line){
    print($line."\n");
  }
  print("
\n"); }
===== References ===== * More to come...