ReadSeq
General informations
- License: software in the public domain, open to all.
Installation instructions
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…