====== ReadSeq ====== ===== General informations ===== * Web site: [[http://iubio.bio.indiana.edu/soft/molbio/readseq/java/|http://iubio.bio.indiana.edu/soft/molbio/readseq/java/]] * License: software in the public domain, open to all. ===== Installation instructions ===== | ^ Installed version ^ ^Impilo 8.04 H10 | [[readseq_2119|2.1.19]] | ^Impilo 10.04 A10 | [[.:10_04_a10_build:readseq_2130|2.1.30]] | ===== Usage instructions ===== /* * 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! */ $tmp = shell_exec("java -cp /opt/bio/sources/readseq-2.1.30/readseq.jar help"); $data = explode("\n",$tmp); print("
");
foreach($data as $line){
  print($line."\n");
}
print("
");
===== References ===== * More to come...