This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 ===== <php> /* * 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("<pre>"); foreach($data as $line){ print($line."\n"); } print("</pre>"); </php> ===== References ===== * More to come...